Files
MQ-9/Models/Lights/LandingLight.xml
Meir Michanie c903aa556c first commit
2016-07-04 11:38:07 +03:00

34 lines
959 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<model>
<name>LandingLightFlash</name>
<path>Aircraft/MQ-9/Models/Lights/Flares/LandingLight-flash.xml</path>
</model>
<model>
<name>LandingLightRemb</name>
<path>Aircraft/MQ-9/Models/Lights/Rembrandt/LandingLight-remb.xml</path>
</model>
<!--><model>
<name>LandingLightCone</name>
<path>Aircraft/MQ-9/Models/Lights/LightCone/LandingLight-cone.xml</path>
</model><--> <!-- uncomment for fake non-rembrandt cones -->
<animation>
<type>select</type>
<object-name>LandingLightFlash</object-name>
<object-name>LandingLightRemb</object-name>
<!--><object-name>LandingLightCone</object-name><--> <!-- uncomment for fake non-rembrandt cones -->
<condition>
<and>
<property>lightpack/landing-lights-intensity</property>
<not><property>sim/crashed</property></not>
</and>
</condition>
</animation>
</PropertyList>