- Timestamp:
- 2010-08-03 14:51:03 (13 years ago)
- Location:
- 2010/31/vinekova/Tankkipeli1
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/31/vinekova/Tankkipeli1/Peli.cs
r1550 r1560 12 12 LuoKentta(); 13 13 AsetaOhjaimet(); 14 14 15 } 15 16 … … 38 39 Keyboard.Listen(Key.Down, ButtonState.Down, KaannaPutkea, "Käännä putkea myötäpäivään", tankki, Angle.Degrees(-1)); 39 40 41 42 40 43 } 41 44 … … 49 52 } 50 53 51 54 void KuulaOsuu(PhysicsObject kuula, PhysicsObject toinen) 55 { 56 kuula.Destroy(); 57 Explosion rajahdys = new Explosion(40); 58 rajahdys.Position = kuula.Position; 59 Add(rajahdys); 60 } 61 52 62 }
Note: See TracChangeset
for help on using the changeset viewer.