Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2013, 3:43:45 PM (10 years ago)
Author:
smerkli
Message:

Merged sfxThilo branch, things seem to be working fine

Location:
code/branches/presentationHS13
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS13

  • code/branches/presentationHS13/data/levels/Spacerace2.oxw

    r9348 r9918  
    1414
    1515?>
     16
    1617
    1718<?lua
     
    107108
    108109    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    109 
     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" />
    110122
    111123    <!-- ------------------Planet----------------- -->
Note: See TracChangeset for help on using the changeset viewer.