1
0
Fork 0
fgdata/AI/Aircraft/A320/A320-main.xml

20 lines
517 B
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<description>A320</description>
<author>Brett Harrison</author>
<path>Models/A320.ac</path>
<animation>
<type>select</type>
<object-name>gear</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>155</value>
</less-than>
</condition>
</animation>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/A320-NavLights.xml</path>
</model>
</PropertyList>