Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2006, 1:03:37 AM (18 years ago)
Author:
patrick
Message:

material displayed now and better

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/world_entities/creatures/fps_player.cc

    r8897 r8898  
    121121
    122122  this->getWeaponManager().setSlotCount(2);
    123   this->getWeaponManager().setSlotPosition(0, Vector(1.5, -0.7, 0.5));
     123  this->getWeaponManager().setSlotPosition(0, Vector(1.5, -0.7, 1.1));
    124124  this->getWeaponManager().setSlotDirection(0, Quaternion(M_PI_2, Vector(0,1,0)));
    125125  this->getWeaponManager().setSlotCapability(0, WTYPE_ALLDIRS | WTYPE_DIRECTIONAL);
Note: See TracChangeset for help on using the changeset viewer.