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/spaceRace.oxw

    r9016 r9918  
    2929    skybox       = "Orxonox/skyBoxMoreNebula"
    3030  >
     31 
     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" />
     43 
    3144
    3245    <?lua math.randomseed(98) ?>
     
    463476      </controller>
    464477    </SpaceShip>
     478   
     479   
    465480
    466481  </Scene>
Note: See TracChangeset for help on using the changeset viewer.