Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11289


Ignore:
Timestamp:
Nov 14, 2016, 4:02:01 PM (7 years ago)
Author:
meilel
Message:

level file changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw

    r11284 r11289  
    7373
    7474
    75   <!--   <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> -->
    7675    <?lua math.randomseed(98) ?>
    7776    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
     
    399398    </RaceCheckPoint>
    400399
     400<RaceCheckPoint name="checkpoint15" yaw=90 pitch=90 position="41000,30,-50" direction="0,1,0" roll="0" collisionType="static" scale="1" distance="40" checkpointindex="14" islast="true">
     401        <attached>
     402      <Model position="0,0,0" scale="70" mesh="Checkpoint_InnerRing.mesh"/>
     403    </attached>
     404    <collisionShapes>
     405        <BoxCollisionShape position="0,0,70"      halfExtents="70, 10, 10" />
     406        <BoxCollisionShape position="0,0,-70"     halfExtents="70, 10, 10" />
     407        <BoxCollisionShape position="70,0,0"      halfExtents="10, 10, 70" />
     408        <BoxCollisionShape position="-70,0,0"     halfExtents="10, 10, 70" />
     409    </collisionShapes>
     410    </RaceCheckPoint>
     411
    401412
    402413</checkpoints>
Note: See TracChangeset for help on using the changeset viewer.