39 lines
808 B
XML
39 lines
808 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<path>../../../../Aircraft/Buccaneer/Instruments/indicator_green.ac</path>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>light</object-name>
|
|
<condition>
|
|
<or>
|
|
<greater-than>
|
|
<property>/engines/engine[0]/n2</property>
|
|
<value>5</value>
|
|
</greater-than>
|
|
<greater-than>
|
|
<property>/engines/engine[1]/n2</property>
|
|
<value>5</value>
|
|
</greater-than>
|
|
</or>
|
|
</condition>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>material</type>
|
|
<object-name>body</object-name>
|
|
<emission>
|
|
<factor-prop>/controls/lighting/panel-norm</factor-prop>
|
|
<red>0.75</red>
|
|
<green>0.25</green>
|
|
<blue>0.25</blue>
|
|
</emission>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>noshadow</type>
|
|
</animation>
|
|
|
|
</PropertyList>
|