Changeset 6759 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 26, 2006, 2:36:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/turret.cc
r6738 r6759 81 81 animation2->setInfinity(ANIM_INF_CONSTANT); 82 82 83 this->setStateDuration(WS_SHOOTING, . 1);83 this->setStateDuration(WS_SHOOTING, .6); 84 84 this->setStateDuration(WS_RELOADING, 1.0f); 85 85 this->setStateDuration(WS_ACTIVATING, .4); … … 97 97 this->setEmissionPoint(1.684, 0.472, 0); 98 98 //this->getProjectileFactory()->prepare(100); 99 this->loadModel("models/guns/turret1.obj");100 101 99 } 102 100
Note: See TracChangeset
for help on using the changeset viewer.