Changeset 11289
- Timestamp:
- Nov 14, 2016, 4:02:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw
r11284 r11289 73 73 74 74 75 <!-- <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> -->76 75 <?lua math.randomseed(98) ?> 77 76 <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"/> … … 399 398 </RaceCheckPoint> 400 399 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 401 412 402 413 </checkpoints>
Note: See TracChangeset
for help on using the changeset viewer.