- Timestamp:
- 2011-06-09 14:20:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/23/iltakuop/Blocks/Blocks/Blocks/Peli.cs
r1813 r1816 573 573 { 574 574 575 Explosion rajahdys = new Explosion( 10);575 Explosion rajahdys = new Explosion(50); 576 576 rajahdys.Position = kohde; 577 rajahdys.Force = 0; 577 rajahdys.Force = 150; 578 rajahdys.Speed = 600; 579 rajahdys.ShockwaveColor = Color.Yellow; 578 580 Add(rajahdys); 579 581
Note: See TracChangeset
for help on using the changeset viewer.