Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/trunk: some weapon-specifics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.