- Timestamp:
- 2016-06-07 12:30:54 (7 years ago)
- Location:
- 2016/23/ohjaajat/Punasininen/Punasininen/Punasininen
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/23/ohjaajat/Punasininen/Punasininen/Punasininen/Punasininen.cs
r7182 r7184 6 6 using Jypeli.Effects; 7 7 using Jypeli.Widgets; 8 9 public class Player : PlatformCharacter10 {11 12 public Player(double leveys, double korkeus, Image pic, Color color)13 : base(leveys, korkeus)14 {15 Image = pic;16 Color = color;17 }18 }19 8 20 9 public class Punasininen : PhysicsGame -
2016/23/ohjaajat/Punasininen/Punasininen/Punasininen/Punasininen.csproj
r7182 r7184 112 112 <ItemGroup> 113 113 <Compile Include="Ohjelma.cs" /> 114 <Compile Include="Player.cs" /> 114 115 <Compile Include="Punasininen.cs" /> 115 116 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.