Changeset 9996 in orxonox.OLD for branches/playability/src/world_entities/weapons
- Timestamp:
- Dec 3, 2006, 6:34:43 PM (18 years ago)
- Location:
- branches/playability/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/medium_blaster.cc
r9975 r9996 51 51 52 52 53 this->setStateDuration(WS_SHOOTING, 0. 05);53 this->setStateDuration(WS_SHOOTING, 0.2); 54 54 this->setStateDuration(WS_RELOADING, 0); 55 55 this->setStateDuration(WS_ACTIVATING, .5); -
branches/playability/src/world_entities/weapons/weapon_manager.cc
r9965 r9996 103 103 104 104 this->currentConfigID = 0; 105 this->slotCount = 2;105 this->slotCount = 6; 106 106 //this->weaponChange; 107 107
Note: See TracChangeset
for help on using the changeset viewer.