1
0
Fork 0
fgdata/AI/Aircraft/Dromader/Models/Lights/NavR.xml

26 lines
452 B
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<path>NavR.ac</path>
<animation>
<type>select</type>
<object-name>NavR</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>