Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 3:06:34 PM (18 years ago)
Author:
bensch
Message:

collision stuff

File:
1 edited

Legend:

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

    r7070 r7072  
    7676  animation2->setInfinity(ANIM_INF_CONSTANT);
    7777
    78   this->setStateDuration(WS_SHOOTING, .1);
    79   this->setStateDuration(WS_RELOADING, .1);
     78  this->setStateDuration(WS_SHOOTING, .5);
     79  this->setStateDuration(WS_RELOADING, 1.0);
    8080  this->setStateDuration(WS_ACTIVATING, .4);
    8181  this->setStateDuration(WS_DEACTIVATING, .4);
    8282
    83   this->setEnergyMax(10000);
    84   this->increaseEnergy(100000);
     83  this->setEnergyMax(100);
     84  this->increaseEnergy(100);
    8585
    8686  this->setCapability(WTYPE_ALLDIRS | WTYPE_TURRET);
Note: See TracChangeset for help on using the changeset viewer.