Changeset 9243 in orxonox.OLD for branches/scripting/src/world_entities/projectiles
- Timestamp:
- Jul 6, 2006, 4:10:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scripting/src/world_entities/projectiles/guided_missile.cc
r9235 r9243 43 43 this->lifeSpan = 4.0; 44 44 this->agility = 3.5; 45 this->maxVelocity = 75;45 this->maxVelocity = 100; 46 46 47 47 this->emitter = new DotEmitter(100, 5, M_2_PI);
Note: See TracChangeset
for help on using the changeset viewer.