Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5457 in orxonox.OLD for trunk/src/world_entities/weapons/test_gun.cc


Ignore:
Timestamp:
Oct 30, 2005, 1:32:38 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: optimized Lasers

File:
1 edited

Legend:

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

    r5456 r5457  
    122122  this->loadModel("models/guns/test_gun.obj");
    123123
    124   this->setStateDuration(WS_SHOOTING, .3);
    125   this->setStateDuration(WS_RELOADING, .5);
     124  this->setStateDuration(WS_SHOOTING, .1);
     125  this->setStateDuration(WS_RELOADING, .1);
    126126  this->setStateDuration(WS_ACTIVATING, .4);
    127127  this->setStateDuration(WS_DEACTIVATING, .4);
     
    129129  this->setMaximumEnergy(1000, 100);
    130130  this->increaseEnergy(1000);
     131  this->setEmissionPoint(0,-100,0);
    131132  //this->minCharge = 2;
    132133
     
    136137  this->setProjectileType(CL_LASER);
    137138  this->prepareProjectiles(20);
     139
    138140}
    139141
Note: See TracChangeset for help on using the changeset viewer.