Changeset 10095 in orxonox.OLD for branches/playability/src/world_entities/weapons/medium_blaster.cc
- Timestamp:
- Dec 19, 2006, 11:18:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/medium_blaster.cc
r10064 r10095 96 96 pj->setParent(PNode::getNullParent()); 97 97 98 pj->setVelocity(this->get AbsDir().apply(Vector(1,0,0))*160);98 pj->setVelocity(this->getParent()->getVelocity() + this->getAbsDir().apply(Vector(1,0,0))*100); 99 99 100 100 pj->setAbsCoor(this->getEmissionPoint());
Note: See TracChangeset
for help on using the changeset viewer.