- Timestamp:
- 2011-06-23 10:59:32 (12 years ago)
- Location:
- 2011/26/tekrjant
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/26/tekrjant/TestiPeli/TestiPeli/TestiPeli/Peli.cs
r2152 r2153 13 13 Gravity = new Vector(0, -1000); 14 14 15 for (int i = 0; i < 2 0; i++)15 for (int i = 0; i < 25; i++) 16 16 { 17 17 PhysicsObject norsupallo = new PhysicsObject(50, 50, Shape.Circle); … … 22 22 } 23 23 24 Level.BackgroundColor = Color.DarkViolet; 24 25 Level.CreateBorders(); 25 26 } -
2011/26/tekrjant/TestiPeli/TestiPeli/TestiPeli/TestiPeli.csproj
r2152 r2153 118 118 <Content Include="Game.ico" /> 119 119 <Content Include="GameThumbnail.png" /> 120 <Content Include="salakentta.txt" /> 120 121 <Content Include="tiedosto.txt" /> 121 <Content Include="tiedosto2.txt" />122 122 </ItemGroup> 123 123 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.