Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 56 and Version 57 of content/LevelHowTo


Ignore:
Timestamp:
Sep 7, 2015, 2:06:46 PM (9 years ago)
Author:
fvultier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/LevelHowTo

    v56 v57  
    201201
    202202Have a look at "asteroids.oxw" and "theTimeMachine.oxw", to see how to make ForceFields visible in the level.
     203
     204== Space boundaries ==
     205If you want to restrict the position of pawns to certain areas, space boundaries may be useful. They are commonly used to avoid that a Pawn leaves the level.
     206{{{
     207#!xml
     208<SpaceBoundaries warnDistance="1" maxDistance="200" showDistance="150" reactionMode="0" healthDecrease="0.9" position="0,0,0"/>
     209}}}
     210
     211Have a look at "myTestLevel.oxw" and "SpaceBoundaries.h", to see how space boundaries hork in detail.
    203212
    204213== Lua ==