Changeset 2153 for 2011/26


Ignore:
Timestamp:
2011-06-23 10:59:32 (12 years ago)
Author:
juiitamm
Message:

Talletus.

Location:
2011/26/tekrjant
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • 2011/26/tekrjant/TestiPeli/TestiPeli/TestiPeli/Peli.cs

    r2152 r2153  
    1313        Gravity = new Vector(0, -1000); 
    1414 
    15         for (int i = 0; i < 20; i++) 
     15        for (int i = 0; i < 25; i++) 
    1616        { 
    1717            PhysicsObject norsupallo = new PhysicsObject(50, 50, Shape.Circle); 
     
    2222        } 
    2323 
     24        Level.BackgroundColor = Color.DarkViolet; 
    2425        Level.CreateBorders(); 
    2526    } 
  • 2011/26/tekrjant/TestiPeli/TestiPeli/TestiPeli/TestiPeli.csproj

    r2152 r2153  
    118118    <Content Include="Game.ico" /> 
    119119    <Content Include="GameThumbnail.png" /> 
     120    <Content Include="salakentta.txt" /> 
    120121    <Content Include="tiedosto.txt" /> 
    121     <Content Include="tiedosto2.txt" /> 
    122122  </ItemGroup> 
    123123  <ItemGroup> 
Note: See TracChangeset for help on using the changeset viewer.