Changeset 1665 for 2010/31/tutohaml/Tankkipeli1/Peli.cs
- Timestamp:
- 2010-08-06 13:00:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/31/tutohaml/Tankkipeli1/Peli.cs
r1652 r1665 40 40 Level.CreateGround(200, 250, 35, 20); 41 41 42 tankki1 = new Tank( 30, 10 42 tankki1 = new Tank( 30, 10); 43 43 tankki1.Mass = 250; 44 44 tankki1.X = Level.Right + -30; … … 62 62 { 63 63 ammus.Destroy(); 64 Explosion kaBoom = new Explosion( 250 );64 Explosion kaBoom = new Explosion( 880 ); 65 65 kaBoom.Position = ammus.Position; 66 66 Add( kaBoom );
Note: See TracChangeset
for help on using the changeset viewer.