Changeset 6734 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/weapons/aiming_turret.cc
- Timestamp:
- Jan 25, 2006, 7:26:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/weapons/aiming_turret.cc
r6724 r6734 81 81 animation2->setInfinity(ANIM_INF_CONSTANT); 82 82 83 this->setStateDuration(WS_SHOOTING, . 1);83 this->setStateDuration(WS_SHOOTING, .9); 84 84 this->setStateDuration(WS_RELOADING, .1); 85 85 this->setStateDuration(WS_ACTIVATING, .4); … … 98 98 this->target = new Aim(this); 99 99 this->target->setVisibility(false); 100 this->target->setRange( 1000);101 this->target->setAngle(M_PI_ 4);100 this->target->setRange(400); 101 this->target->setAngle(M_PI_2); 102 102 } 103 103
Note: See TracChangeset
for help on using the changeset viewer.