1
0
Fork 0
fgdata/AI/Aircraft/Buccaneer/Instruments/lp_rotating.xml
2015-03-07 22:11:00 +01:00

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>