Changeset 9223 in orxonox.OLD for branches/presentation/src/world_entities/projectiles/boomerang_projectile.cc
- Timestamp:
- Jul 5, 2006, 1:24:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/boomerang_projectile.cc
r9217 r9223 42 42 this->setMinEnergy(1); 43 43 this->setHealthMax(10); 44 this->lifeSpan = 4.0;44 this->lifeSpan = 2.0; 45 45 this->agility = 3.5; 46 this->maxVelocity = 75;46 this->maxVelocity = 150; 47 47 48 48 this->emitter = new DotEmitter(100, 5, M_2_PI);
Note: See TracChangeset
for help on using the changeset viewer.