123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <model>
- <name>BeaconFlare</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Flares/Beacon-flare.xml</path>
- </model>
- <model>
- <name>BeaconRemb</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Rembrandt/Beacon-remb.xml</path>
- </model>
-
- <animation>
- <type>select</type>
- <object-name>BeaconFlare</object-name>
- <object-name>BeaconRemb</object-name>
- <condition>
- <and>
- <property>lightpack/beacon-state/state</property>
- <not><property>sim/crashed</property></not>
- </and>
- </condition>
- </animation>
- </PropertyList>
|