Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 26, 2006, 2:36:14 AM (18 years ago)
Author:
bensch
Message:

timing of the turret is better now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/turret.cc

    r6738 r6759  
    8181  animation2->setInfinity(ANIM_INF_CONSTANT);
    8282
    83   this->setStateDuration(WS_SHOOTING, .1);
     83  this->setStateDuration(WS_SHOOTING, .6);
    8484  this->setStateDuration(WS_RELOADING, 1.0f);
    8585  this->setStateDuration(WS_ACTIVATING, .4);
     
    9797  this->setEmissionPoint(1.684, 0.472, 0);
    9898  //this->getProjectileFactory()->prepare(100);
    99   this->loadModel("models/guns/turret1.obj");
    100 
    10199}
    102100
Note: See TracChangeset for help on using the changeset viewer.