15 lines
364 B
XML
15 lines
364 B
XML
<?xml version="1.0"?>
|
|
<PropertyList include="76Y-main.xml">
|
|
<texture-path>Textures/Amerijet</texture-path>
|
|
<!-- Hide Winglets -->
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Winglets</object-name>
|
|
<condition>
|
|
<equals>
|
|
<property>/sim/signals/fdm-initialized</property>
|
|
<value>0</value>
|
|
</equals>
|
|
</condition>
|
|
</animation>
|
|
</PropertyList>
|