Changeset 6431 in orxonox.OLD for trunk/src/world_entities/weapons/rocket.cc
- Timestamp:
- Jan 8, 2006, 12:52:23 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/rocket.cc
r6222 r6431 42 42 this->loadModel("models/projectiles/orx-rocket.obj", .3); 43 43 44 this-> energyMin = 1;45 this-> energyMax = 10;44 this->setMinEnergy(1); 45 this->setMaxEnergy(10); 46 46 this->lifeSpan = 5; 47 47
Note: See TracChangeset
for help on using the changeset viewer.