Changeset 2066 for 2011


Ignore:
Timestamp:
2011-06-16 17:17:28 (12 years ago)
Author:
akosrahi
Message:
 
Location:
2011/24/AkiR/Fight the Rambo
Files:
2 added
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • 2011/24/AkiR/Fight the Rambo/Fight the Rambo/Fight the Rambo/Fight the Rambo.csproj

    r2063 r2066  
    121121      <CopyToOutputDirectory>Always</CopyToOutputDirectory> 
    122122    </Content> 
    123     <None Include="kentta2" /> 
     123    <Content Include="kentta2.txt" /> 
     124    <Content Include="TextFile1.txt" /> 
    124125  </ItemGroup> 
    125126  <ItemGroup> 
  • 2011/24/AkiR/Fight the Rambo/Fight the Rambo/Fight the Rambo/Peli.cs

    r2063 r2066  
    5353{ 
    5454   ClearAll(); 
    55     Gravity = new Vector(0, -900); 
     55    Gravity = new Vector(0, -1500); 
    5656 
    5757    if(kentanNro == 1) luoKentta1(); 
     
    190190    { 
    191191        PlatformCharacter vihollinen = new PlatformCharacter(70, 70); 
    192         vihollinen.Mass = 1.0; 
     192        vihollinen.Mass = 5.0; 
    193193        vihollinen.Image = vihollisenkuva; 
    194194        vihollinen.Tag = ("vihollinen"); 
Note: See TracChangeset for help on using the changeset viewer.