Changeset 5064 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons
- Timestamp:
- Aug 17, 2005, 1:32:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/turret.cc
r5049 r5064 82 82 animation2->setInfinity(ANIM_INF_CONSTANT); 83 83 84 this->setStateDuration(WS_SHOOTING, . 2);85 this->setStateDuration(WS_RELOADING, . 5);84 this->setStateDuration(WS_SHOOTING, .1); 85 this->setStateDuration(WS_RELOADING, .1); 86 86 this->setStateDuration(WS_ACTIVATING, .4); 87 87 this->setStateDuration(WS_DEACTIVATING, .4); 88 88 89 this->setMaximumEnergy(1000 , 10);90 this->increaseEnergy(100 );89 this->setMaximumEnergy(10000, 50); 90 this->increaseEnergy(100000); 91 91 //this->minCharge = 2; 92 92
Note: See TracChangeset
for help on using the changeset viewer.