Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6759 in orxonox.OLD


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

timing of the turret is better now

Location:
trunk/src/world_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r6757 r6759  
    217217  this->burstEmitter->setParent(this);
    218218  this->burstEmitter->setName("SpaceShip_Burst_emitter");
    219 
    220219
    221220  this->burstSystem = new SpriteParticles(1000);
  • 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.