LandingLight.xml 980 B

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