Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 17, 2016, 4:08:32 PM (8 years ago)
Author:
bberabi
Message:

sound and countdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/data/levels/spaceRace.oxw

    r10624 r11239  
    11<LevelInfo
    2  name = "Old Space Race"
     2 name = "Space Race"
    33 description = "Have a furious Race in Space: Reach the checkpoints as fast as possible."
    44 tags = "gametype"
     
    3939      </events>
    4040    </WorldSound>
     41
     42  <WorldSound name="Countdown" position="0,-2100,0" source="sounds/Countdown.ogg" >
     43      <events>
     44        <play>
     45          <EventListener event="start" />
     46        </play>
     47      </events>
     48    </WorldSound>
     49
     50
     51
     52
    4153    <DistanceTrigger name="start" position="0,-2100,0"  target="Pawn" distance=100 stayActive="true" delay=0.5 />
    4254 
Note: See TracChangeset for help on using the changeset viewer.