123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <model>
- <name>GreenLightFlare</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Flares/GreenLight-flare.xml</path>
- </model>
- <model>
- <name>GreenLightRemb</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Rembrandt/GreenLight-remb.xml</path>
- </model>
- <animation>
- <type>select</type>
- <object-name>GreenLightFlare</object-name>
- <object-name>GreenLightRemb</object-name>
- <condition>
- <and>
- <property>lightpack/nav-lights-intensity</property>
- <not><property>sim/crashed</property></not>
- </and>
- </condition>
- </animation>
- </PropertyList>
|