123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <model>
- <name>TaxiLightFlash</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Flares/TaxiLight-flash.xml</path>
- </model>
- <model>
- <name>TaxiLightRemb</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Rembrandt/TaxiLight-remb.xml</path>
- </model>
- <!--><model>
- <name>TaxiLightCone</name>
- <path>Aircraft/Harrier-GR9/Models/Lights/LightCone/TaxiLight-cone.xml</path>
- </model><--> <!-- uncomment for fake non-rembrandt cones -->
-
- <animation>
- <type>select</type>
- <object-name>TaxiLightFlash</object-name>
- <object-name>TaxiLightRemb</object-name>
- <!--><object-name>TaxiLightCone</object-name><--> <!-- uncomment for fake non-rembrandt cones -->
- <condition>
- <and>
- <property>lightpack/taxi-light-intensity</property>
- <not><property>sim/crashed</property></not>
- </and>
- </condition>
- </animation>
- </PropertyList>
|