GreenLight.xml 660 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <model>
  4. <name>GreenLightFlare</name>
  5. <path>Aircraft/CanberraBI8/Models/Lights/Flares/GreenLight-flare.xml</path>
  6. </model>
  7. <model>
  8. <name>GreenLightRemb</name>
  9. <path>Aircraft/CanberraBI8/Models/Lights/Rembrandt/GreenLight-remb.xml</path>
  10. </model>
  11. <animation>
  12. <type>select</type>
  13. <object-name>GreenLightFlare</object-name>
  14. <object-name>GreenLightRemb</object-name>
  15. <condition>
  16. <and>
  17. <property>lightpack/nav-lights-intensity</property>
  18. <not><property>sim/crashed</property></not>
  19. </and>
  20. </condition>
  21. </animation>
  22. </PropertyList>