TaxiLight.xml 949 B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <model>
  4. <name>TaxiLightFlash</name>
  5. <path>Aircraft/CanberraBI8/Models/Lights/Flares/TaxiLight-flash.xml</path>
  6. </model>
  7. <model>
  8. <name>TaxiLightRemb</name>
  9. <path>Aircraft/CanberraBI8/Models/Lights/Rembrandt/TaxiLight-remb.xml</path>
  10. </model>
  11. <!--><model>
  12. <name>TaxiLightCone</name>
  13. <path>Aircraft/Harrier-GR9/Models/Lights/LightCone/TaxiLight-cone.xml</path>
  14. </model><--> <!-- uncomment for fake non-rembrandt cones -->
  15. <animation>
  16. <type>select</type>
  17. <object-name>TaxiLightFlash</object-name>
  18. <object-name>TaxiLightRemb</object-name>
  19. <!--><object-name>TaxiLightCone</object-name><--> <!-- uncomment for fake non-rembrandt cones -->
  20. <condition>
  21. <and>
  22. <property>lightpack/taxi-light-intensity</property>
  23. <not><property>sim/crashed</property></not>
  24. </and>
  25. </condition>
  26. </animation>
  27. </PropertyList>