1
0
Fork 0
fgdata/AI/Aircraft/Dromader/Models/Lights/LandingLights.xml
2015-03-07 22:11:00 +01:00

25 lines
No EOL
474 B
XML

<?xml version="1.0"?>
<PropertyList>
<path>LandingLights.ac</path>
<animation>
<type>select</type>
<object-name>Landing</object-name>
<condition>
<and>
<greater-than>
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</greater-than>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>0</value>
</greater-than>
</and>
</condition>
</animation>
</PropertyList>