Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3596 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
Mar 17, 2005, 6:03:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: borders for the Player, so he cannot move out of the line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3590 r3596  
    239239            Vector* cameraOffset = new Vector (-10, 5, 0);
    240240            this->localCamera->setRelCoor (cameraOffset);
    241             trackManager->condition(2, NEAREST, this->localPlayer);
     241            trackManager->condition(2, LEFTRIGHT, this->localPlayer);
    242242
    243243            break;
Note: See TracChangeset for help on using the changeset viewer.