Changeset 9913
- Timestamp:
- Dec 16, 2013, 3:11:01 PM (11 years ago)
- Location:
- code/branches/sfxThilo/data/levels
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sfxThilo/data/levels/Spacerace2.oxw
r9889 r9913 14 14 15 15 ?> 16 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" />17 16 18 17 … … 109 108 110 109 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 111 110 111 <!-- SOUNDS & MUSIC --> 112 <WorldSound name="scoreSound" position="-200,0,0" source="sounds/ReadyGo.ogg" > 113 <events> 114 <play> 115 <EventListener event="start" /> 116 </play> 117 </events> 118 </WorldSound> 119 <DistanceTrigger name="start" position="-200,0,0" target="Pawn" distance=100 stayActive="true" delay=0.5 /> 120 121 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> 112 122 113 123 <!-- ------------------Planet----------------- --> -
code/branches/sfxThilo/data/levels/presentationHS12.oxw
r9889 r9913 486 486 487 487 <!-- SOUNDS & MUSIC --> 488 <WorldSound name="scoreSound" position="-920,0,0" source="sounds/ Button.ogg" >488 <WorldSound name="scoreSound" position="-920,0,0" source="sounds/ReadyGo.ogg" > 489 489 <events> 490 490 <play> -
code/branches/sfxThilo/data/levels/spaceRace.oxw
r9889 r9913 30 30 > 31 31 32 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> 32 <!-- SOUNDS & MUSIC --> 33 <WorldSound name="scoreSound" position="0,-2100,0" source="sounds/ReadyGo.ogg" > 34 <events> 35 <play> 36 <EventListener event="start" /> 37 </play> 38 </events> 39 </WorldSound> 40 <DistanceTrigger name="start" position="0,-2100,0" target="Pawn" distance=100 stayActive="true" delay=0.5 /> 41 42 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> 33 43 34 44 … … 466 476 </controller> 467 477 </SpaceShip> 478 479 468 480 469 481 </Scene> -
code/branches/sfxThilo/data/levels/surfaceRace.oxw
r9889 r9913 10 10 tags = "gametype" 11 11 /> 12 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> 12 13 13 14 14 <?lua … … 446 446 ?> 447 447 <?lua end ?> 448 449 <!-- SOUNDS & MUSIC --> 450 <WorldSound name="scoreSound" position="0,8050,0" source="sounds/ReadyGo.ogg" > 451 <events> 452 <play> 453 <EventListener event="start" /> 454 </play> 455 </events> 456 </WorldSound> 457 <DistanceTrigger name="start" position="0,8050,0" target="Pawn" distance=100 stayActive="true" delay=0.5 /> 458 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> 448 459 449 460 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.