Changeset 11337 for code/branches/SpaceRace_HS16/data
- Timestamp:
- Dec 13, 2016, 5:46:18 PM (8 years ago)
- Location:
- code/branches/SpaceRace_HS16/data/levels
- Files:
-
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw
r11328 r11337 7 7 8 8 <LevelInfo 9 name = " New Old Space Race 2"10 description = " Under maintenance..."9 name = "The Space Race " 10 description = "Fell The Blaze of The ONE and ONLY Space Race" 11 11 tags = "gametype" 12 12 screenshot = "spacerace.png" … … 44 44 45 45 46 <!-- SOUNDS & MUSIC --> 46 <!-- SOUNDS & MUSIC 47 48 to hear the sound one has to use a headphones 49 countdown at the beginning of the race 50 at the and of the countdown we have the sound "go" 51 racetheme will be played during the whole race--> 47 52 48 53 … … 80 85 <SimpleNotification message="Reach the last check point within 150 seconds!!" /> 81 86 82 83 <!-- ------------------SpawnPoint------------------->87 <!-- ------------------SpawnPoint of the human player----------------- --> 88 <!-- to change the starting positions of bots go to spacerace.cc star function --> 84 89 <SpawnPoint position="-50,0,0" lookat="1,0,0" spawnclass=SpaceShip pawndesign=fastship active="true" /> 85 90 86 <!-- Launch station -->91 <!-- Launch station of the aircrafts also starting place of the race--> 87 92 <StaticEntity mass="50" position="-400,-20,0" direction="0,-90,0" collisionType="static"> 88 93 <attached> … … 223 228 <checkpoints> 224 229 230 <!-- distance = how far from the middle point of a check point do i have to fly ? distance variable answers this question --> 231 225 232 226 233 <RaceCheckPoint name="checkpoint1" yaw=90 pitch=90 position="1000,30,0" roll="0" direction="0,1,0" collisionType="static" scale="1" distance="60" checkpointindex="0" islast="false" nextcheckpoints="1,-1,-1"> … … 468 475 </RaceCheckPoint> 469 476 477 <!-- the last checkpoint is bigger and red --> 470 478 <RaceCheckPoint name="checkpoint20" yaw=90 pitch=90 position="53000,0,0" direction="0,1,0" roll="0" collisionType="static" scale="1" distance="60" checkpointindex="19" islast="true"> 471 479 <attached>
Note: See TracChangeset
for help on using the changeset viewer.