Changeset 5458 in orxonox.OLD for trunk/src/world_entities/weapons/test_gun.cc
- Timestamp:
- Oct 30, 2005, 1:52:29 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r5457 r5458 129 129 this->setMaximumEnergy(1000, 100); 130 130 this->increaseEnergy(1000); 131 this->setEmissionPoint(0,-100,0);132 131 //this->minCharge = 2; 133 132 … … 186 185 pj->setParent(NullParent::getInstance()); 187 186 188 pj->setVelocity(this->getVelocity() + this->getAbsDir().apply(Vector(1,0,0))* 20);187 pj->setVelocity(this->getVelocity() + this->getAbsDir().apply(Vector(1,0,0))*50); 189 188 190 189 pj->setAbsCoor(this->getEmissionPoint());
Note: See TracChangeset
for help on using the changeset viewer.