Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2009, 4:03:03 PM (15 years ago)
Author:
youngk
Message:

Implemented automatic ambient sound file path fetch according to current mood.
Valid moods are: default and dnb
BUG Loading of a second sound fails (independent of the file used). Probably an error in BaseSound::setSource().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound3/data/levels/sound.oxw

    r5982 r6031  
    1717    skybox       = "Orxonox/Starbox"
    1818  >
    19   <AmbientSound source="ambient/mainmenu.wav" loop="true" playOnLoad="true" />
    20   <AmbientSound source="ambient/CoreWave.wav" loop="true" playOnLoad="false">
     19  <AmbientSound source="mainmenu.wav" loop="true" playOnLoad="true" />
     20  <AmbientSound source="CoreWave.wav" loop="true" playOnLoad="false">
    2121        <events>
    2222                <activity>
Note: See TracChangeset for help on using the changeset viewer.