- Timestamp:
- 2012-06-15 12:15:09 (11 years ago)
- Location:
- 2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/Rangoneina.cs
r3104 r3114 209 209 } 210 210 211 void Tormays1( IPhysicsObject tormaaja, IPhysicsObject kohde)211 void Tormays1(PhysicsObject tormaaja, PhysicsObject kohde) 212 212 { 213 213 kohde.Destroy(); … … 216 216 } 217 217 218 void Tormays2( IPhysicsObject tormaaja, IPhysicsObject kohde)218 void Tormays2(PhysicsObject tormaaja, PhysicsObject kohde) 219 219 { 220 220 kohde.Destroy(); … … 223 223 } 224 224 225 void Tormays3( IPhysicsObject Rekuroka, IPhysicsObject kohde)225 void Tormays3(PhysicsObject Rekuroka, PhysicsObject kohde) 226 226 { 227 227 AloitaAlusta(); … … 229 229 } 230 230 231 void Tormays4( IPhysicsObject Rekuroka, IPhysicsObject kohde)231 void Tormays4(PhysicsObject Rekuroka, PhysicsObject kohde) 232 232 { 233 233 UusiKentta.Play(); … … 250 250 HighScoreWindow topIkkuna = new HighScoreWindow( 251 251 "Parhaat Pisteet", 252 "",253 252 topLista); 254 253 topIkkuna.Closed += TallennaPisteet; -
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/Rangoneina.csproj
r2975 r3114 62 62 </PropertyGroup> 63 63 <ItemGroup> 64 <Reference Include="Jypeli4"> 64 <Reference Include="Jypeli, Version=5.0.0.0, Culture=neutral, processorArchitecture=x86"> 65 <SpecificVersion>False</SpecificVersion> 66 <HintPath>..\..\..\..\lib\Jypeli.dll</HintPath> 65 67 </Reference> 66 68 <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
Note: See TracChangeset
for help on using the changeset viewer.