Changeset 8891 in orxonox.OLD for branches/single_player_map/src/world_entities/creatures
- Timestamp:
- Jun 29, 2006, 12:01:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/creatures/fps_player.cc
r8890 r8891 117 117 118 118 // this->addWeapon(wpLeft, 1, 0); 119 this->addWeapon(wpRight,1 ,1);119 this->addWeapon(wpRight,1, 0); 120 120 this->getWeaponManager().changeWeaponConfig(1); 121 121 122 122 this->getWeaponManager().setSlotCount(2); 123 this->getWeaponManager().setSlotPosition(0, Vector(-0.5, .2, -1.9)); 123 this->getWeaponManager().setSlotPosition(0, Vector(0.0, 5.0, 0.0)); 124 this->getWeaponManager().setSlotDirection(1, Quaternion(M_PI_4*.5, Vector(0,1,0))); 124 125 this->getWeaponManager().setSlotCapability(0, WTYPE_ALLDIRS | WTYPE_DIRECTIONAL); 125 126 this->getWeaponManager().setSlotPosition(1, Vector(-0.5, .2, 1.9));
Note: See TracChangeset
for help on using the changeset viewer.