1
0
Fork 0

Add a global sound effects file for sound effects which act on scenery events (currently Thunder only).

This commit is contained in:
Erik Hofman 2015-12-10 13:22:26 +01:00
parent 9037441778
commit 5f85a86489

23
Sounds/sounds.xml Normal file
View file

@ -0,0 +1,23 @@
<?xml version="1.0"?>
<PropertyList>
<fx>
<thunder>
<name>Thunder</name>
<mode>once</mode>
<path>Sounds/thunder.wav</path>
<property>environment/lightning/flash</property>
<position>
<x><property>environment/lightning/lightning-pos-x</property></x>
<y><property>environment/lightning/lightning-pos-y</property></y>
<z>1000.0</z>
</position>
<volume>1.0</volume>
<pitch>1.0</pitch>
</thunder>
</fx>
</PropertyList>