res.xml 670 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <resources>
  3. <set path = "sounds" />
  4. <sound file="success_22050_mono.ogg"/>
  5. <sound file="success_22050_stereo.ogg"/>
  6. <sound file="success_44100_mono.ogg"/>
  7. <sound file="success_44100_stereo.ogg"/>
  8. <sound file="track_22050_mono.ogg"/>
  9. <sound file="track_22050_stereo.ogg"/>
  10. <sound file="track_44100_mono.ogg" streaming="true"/>
  11. <sound file="track_48000_stereo.ogg"/>
  12. <sound file="looped.ogg"/>
  13. <sound file="lose_round.ogg" streaming="true"/>
  14. <sound file="win_round.ogg" streaming="true"/>
  15. <sound file="collect_rare.ogg" streaming="true"/>
  16. <sound file="wave.wav" streaming="true"/>
  17. <sound file="amb_bird_2.ogg"/>
  18. </resources>