Add a global sound effects file for sound effects which act on scenery events (currently Thunder only).
This commit is contained in:
parent
9037441778
commit
5f85a86489
1 changed files with 23 additions and 0 deletions
23
Sounds/sounds.xml
Normal file
23
Sounds/sounds.xml
Normal 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>
|
Loading…
Add table
Reference in a new issue