Changeset 5049 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/turret.cc
- Timestamp:
- Aug 16, 2005, 9:47:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/turret.cc
r5002 r5049 82 82 animation2->setInfinity(ANIM_INF_CONSTANT); 83 83 84 this->setStateDuration(WS_SHOOTING, . 4);85 this->setStateDuration(WS_RELOADING, 2);84 this->setStateDuration(WS_SHOOTING, .2); 85 this->setStateDuration(WS_RELOADING, .5); 86 86 this->setStateDuration(WS_ACTIVATING, .4); 87 87 this->setStateDuration(WS_DEACTIVATING, .4);
Note: See TracChangeset
for help on using the changeset viewer.