Changeset 10036 in orxonox.OLD for branches/playability/src/world_entities/projectiles/hbolt.cc
- Timestamp:
- Dec 10, 2006, 1:08:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/hbolt.cc
r10005 r10036 41 41 this->loadModel("models/projectiles/hbolt.obj"); 42 42 43 this->setMinEnergy( 20);43 this->setMinEnergy(10); 44 44 this->setHealthMax(0); 45 45 this->lifeSpan = 5.0;
Note: See TracChangeset
for help on using the changeset viewer.