Changeset 7077 in orxonox.OLD for trunk/src/world_entities/projectiles
- Timestamp:
- Feb 7, 2006, 4:06:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/laser.cc
r6825 r7077 44 44 this->loadModel("models/projectiles/laser.obj"); 45 45 46 this->setMinEnergy(1 );46 this->setMinEnergy(10); 47 47 this->setHealthMax(10); 48 48 this->lifeSpan = 5.0; … … 90 90 Laser::explosionParticles->setColor(1.0, .8,.8,.7,.0); 91 91 } 92 93 this->setHealth(10); 92 94 } 93 95
Note: See TracChangeset
for help on using the changeset viewer.