Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5049 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons


Ignore:
Timestamp:
Aug 16, 2005, 9:47:01 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some weapon-specifics

Location:
orxonox/trunk/src/world_entities/weapons
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/test_gun.cc

    r5048 r5049  
    120120  this->model = (Model*)ResourceManager::getInstance()->load("models/guns/test_gun.obj", OBJ, RP_CAMPAIGN);
    121121
    122   this->setStateDuration(WS_SHOOTING, .1);
    123   this->setStateDuration(WS_RELOADING, 1);
     122  this->setStateDuration(WS_SHOOTING, .3);
     123  this->setStateDuration(WS_RELOADING, .5);
    124124  this->setStateDuration(WS_ACTIVATING, .4);
    125125  this->setStateDuration(WS_DEACTIVATING, .4);
  • orxonox/trunk/src/world_entities/weapons/turret.cc

    r5002 r5049  
    8282  animation2->setInfinity(ANIM_INF_CONSTANT);
    8383
    84   this->setStateDuration(WS_SHOOTING, .4);
    85   this->setStateDuration(WS_RELOADING, 2);
     84  this->setStateDuration(WS_SHOOTING, .2);
     85  this->setStateDuration(WS_RELOADING, .5);
    8686  this->setStateDuration(WS_ACTIVATING, .4);
    8787  this->setStateDuration(WS_DEACTIVATING, .4);
Note: See TracChangeset for help on using the changeset viewer.