Changeset 5049 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/test_gun.cc
- Timestamp:
- Aug 16, 2005, 9:47:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/test_gun.cc
r5048 r5049 120 120 this->model = (Model*)ResourceManager::getInstance()->load("models/guns/test_gun.obj", OBJ, RP_CAMPAIGN); 121 121 122 this->setStateDuration(WS_SHOOTING, . 1);123 this->setStateDuration(WS_RELOADING, 1);122 this->setStateDuration(WS_SHOOTING, .3); 123 this->setStateDuration(WS_RELOADING, .5); 124 124 this->setStateDuration(WS_ACTIVATING, .4); 125 125 this->setStateDuration(WS_DEACTIVATING, .4);
Note: See TracChangeset
for help on using the changeset viewer.