1
0
Fork 0

AI BN-2 Landing lights

This commit is contained in:
portree_kid 2017-12-22 21:00:16 +01:00
parent 82c75eee2b
commit adc3a40b2f

View file

@ -14,6 +14,26 @@
</condition>
</animation>
<animation>
<type>select</type>
<object-name>landinglight.L</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>landinglight.R</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>prop-left</object-name>
@ -24,16 +44,16 @@
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>prop-disc-left</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>20</value>
</greater-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>prop-disc-left</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>20</value>
</greater-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>prop-blur-right</object-name>