Changeset 10036 in orxonox.OLD for branches/playability/src/world_entities/projectiles
- Timestamp:
- Dec 10, 2006, 1:08:50 PM (18 years ago)
- Location:
- branches/playability/src/world_entities/projectiles
- Files:
-
- 2 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; -
branches/playability/src/world_entities/projectiles/mbolt.cc
r9999 r10036 42 42 this->loadModel("models/projectiles/laser.obj"); 43 43 44 this->setMinEnergy( 10);44 this->setMinEnergy(4); 45 45 this->setHealthMax(0); 46 46 this->lifeSpan = 5.0;
Note: See TracChangeset
for help on using the changeset viewer.