1
0
Fork 0
fgdata/Aircraft/ufo/ufo-sound.xml

28 lines
490 B
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<fx>
<engine>
<name>rumble</name>
<mode>looped</mode>
<path>Sounds/rumble.wav</path>
<property>/velocities/airspeed-kt</property>
<volume>
<property>/velocities/airspeed-kt</property>
<factor>0.0001</factor>
2011-11-25 12:36:01 +00:00
<min>0.0</min>
<max>0.0</max>
</volume>
<pitch>
<property>/velocities/airspeed-kt</property>
<factor>0.0001</factor>
<offset>1.5</offset>
</pitch>
</engine>
2004-01-04 15:32:20 +00:00
</fx>
</PropertyList>