Changeset 6133 in orxonox.OLD for branches/spaceshipcontrol/src
- Timestamp:
- Dec 16, 2005, 4:54:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/weapons/guided_missile.cc
r6132 r6133 50 50 this->lifeSpan = 10.0; 51 51 this->agility = 4; 52 this->maxVelocity = 100;52 this->maxVelocity = 75; 53 53 54 54 this->emitter = new ParticleEmitter(Vector(0,1,0), M_2_PI, 100, 5);
Note: See TracChangeset
for help on using the changeset viewer.