Changeset 2575 for 2011/31/AleksiR/OmaPeli/OmaPeli/OmaPeli/Peli.cs
- Timestamp:
- 2011-08-05 10:31:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/31/AleksiR/OmaPeli/OmaPeli/OmaPeli/Peli.cs
r2573 r2575 199 199 pyssy2.Shoot(); 200 200 pyssy2.MaxAmmoLifetime = TimeSpan.MaxValue; 201 pyssy2.ProjectileCollision = PlasmaOsuu;201 pyssy2.ProjectileCollision = Laser2Osuu; 202 202 pyssy2.AmmoIgnoresGravity = true; 203 203 pyssy2.InfiniteAmmo = true; … … 347 347 } 348 348 349 void PlasmaOsuu(PhysicsObject ammus, PhysicsObject kohde)349 void Laser2Osuu(PhysicsObject ammus, PhysicsObject kohde) 350 350 { 351 351 Explosion rajahdys = new Explosion(2.5);
Note: See TracChangeset
for help on using the changeset viewer.