Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 7, 2009, 11:19:19 AM (15 years ago)
Author:
rgrieder
Message:

Renaming BaseSound::setSoundFile (and all its associates) to setSource to be compliant with classes like ParicleInterface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/data/levels/presentation_pong.oxw

    r5898 r5899  
    4646 gametype     = Pong
    4747>
    48   <AmbientSound soundFile="ambient/mainmenu.wav" playOnLoad=true />
     48  <AmbientSound source="ambient/mainmenu.wav" playOnLoad=true />
    4949
    5050  <Scene
     
    8585          <ParticleSpawner name=scoreeffect_left position="-120,0,-45" source="Orxonox/sparks2" lifetime=0.1 autostart=0 />
    8686
    87           <WorldSound name="scoreSound" position="0,0,0" soundFile="sounds/pong_score.wav" >
     87          <WorldSound name="scoreSound" position="0,0,0" source="sounds/pong_score.wav" >
    8888            <events>
    8989              <play>
Note: See TracChangeset for help on using the changeset viewer.