Sounds: Added Indicator Sound
This commit is contained in:
parent
9dc9cb3888
commit
1ce50cb9a8
Binary file not shown.
Binary file not shown.
|
@ -54,6 +54,33 @@
|
|||
</volume>
|
||||
</horn>
|
||||
|
||||
<indicator>
|
||||
<name>indicator</name>
|
||||
<mode>looped</mode>
|
||||
<path>Aircraft/followme_e-tron/Sounds/indicatorFlashing.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<or>
|
||||
<equals>
|
||||
<property>controls/lighting/indicator-left</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>controls/lighting/indicator-right</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</or>
|
||||
<equals>
|
||||
<property>sim/current-view/internal</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
<volume>
|
||||
<value>3</value>
|
||||
</volume>
|
||||
</indicator>
|
||||
|
||||
|
||||
</fx>
|
||||
|
||||
|
|
Loading…
Reference in New Issue