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