- Timestamp:
- 2011-06-16 17:17:28 (12 years ago)
- 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 121 121 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 122 122 </Content> 123 <None Include="kentta2" /> 123 <Content Include="kentta2.txt" /> 124 <Content Include="TextFile1.txt" /> 124 125 </ItemGroup> 125 126 <ItemGroup> -
2011/24/AkiR/Fight the Rambo/Fight the Rambo/Fight the Rambo/Peli.cs
r2063 r2066 53 53 { 54 54 ClearAll(); 55 Gravity = new Vector(0, - 900);55 Gravity = new Vector(0, -1500); 56 56 57 57 if(kentanNro == 1) luoKentta1(); … … 190 190 { 191 191 PlatformCharacter vihollinen = new PlatformCharacter(70, 70); 192 vihollinen.Mass = 1.0;192 vihollinen.Mass = 5.0; 193 193 vihollinen.Image = vihollisenkuva; 194 194 vihollinen.Tag = ("vihollinen");
Note: See TracChangeset
for help on using the changeset viewer.