Changeset 7076 in orxonox.OLD for trunk/src/world_entities/projectiles
- Timestamp:
- Feb 7, 2006, 3:46:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/hyperblast.cc
r6826 r7076 41 41 this->loadModel("models/projectiles/hyperblast.obj", 5); 42 42 43 this->setMinEnergy( 1);44 this->setHealthMax(10 );43 this->setMinEnergy(50); 44 this->setHealthMax(1000); 45 45 this->lifeSpan = 1; 46 46 this->size = 4.0; … … 91 91 this->emitter->setEmissionRate(5000.0); 92 92 this->emitter->setEmissionVelocity(50.0); 93 94 this->setHealth(200); 93 95 } 94 96
Note: See TracChangeset
for help on using the changeset viewer.