Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 17, 2005, 1:32:23 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: shooting-star :)

File:
1 edited

Legend:

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

    r5049 r5064  
    8282  animation2->setInfinity(ANIM_INF_CONSTANT);
    8383
    84   this->setStateDuration(WS_SHOOTING, .2);
    85   this->setStateDuration(WS_RELOADING, .5);
     84  this->setStateDuration(WS_SHOOTING, .1);
     85  this->setStateDuration(WS_RELOADING, .1);
    8686  this->setStateDuration(WS_ACTIVATING, .4);
    8787  this->setStateDuration(WS_DEACTIVATING, .4);
    8888
    89   this->setMaximumEnergy(1000, 10);
    90   this->increaseEnergy(100);
     89  this->setMaximumEnergy(10000, 50);
     90  this->increaseEnergy(100000);
    9191  //this->minCharge = 2;
    9292
Note: See TracChangeset for help on using the changeset viewer.