Changeset 7072 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Feb 7, 2006, 3:06:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/targeting_turret.cc
r7070 r7072 76 76 animation2->setInfinity(ANIM_INF_CONSTANT); 77 77 78 this->setStateDuration(WS_SHOOTING, . 1);79 this->setStateDuration(WS_RELOADING, .1);78 this->setStateDuration(WS_SHOOTING, .5); 79 this->setStateDuration(WS_RELOADING, 1.0); 80 80 this->setStateDuration(WS_ACTIVATING, .4); 81 81 this->setStateDuration(WS_DEACTIVATING, .4); 82 82 83 this->setEnergyMax(100 00);84 this->increaseEnergy(100 000);83 this->setEnergyMax(100); 84 this->increaseEnergy(100); 85 85 86 86 this->setCapability(WTYPE_ALLDIRS | WTYPE_TURRET);
Note: See TracChangeset
for help on using the changeset viewer.