Changeset 10046 in orxonox.OLD for branches/playability/src/world_entities/weapons/light_blaster.cc
- Timestamp:
- Dec 12, 2006, 10:53:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/light_blaster.cc
r10044 r10046 94 94 95 95 // pj->setVelocity(this->getAbsDir().apply(Vector(1,0,0))*250 + VECTOR_RAND(5)); 96 pj->setVelocity(this->getAbsDir().apply(Vector(1,0,0))* 80);96 pj->setVelocity(this->getAbsDir().apply(Vector(1,0,0))*180); 97 97 98 98 pj->setAbsCoor(this->getEmissionPoint());
Note: See TracChangeset
for help on using the changeset viewer.