LandingLight.xml 509 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <model>
  4. <name>LandingLightCone</name>
  5. <path>Aircraft/R44/Models/light/LandingLight-cone.xml</path>
  6. </model> <!-- uncomment for fake non-rembrandt cones -->
  7. <animation>
  8. <type>select</type>
  9. <object-name>LandingLightCone</object-name> <!-- uncomment for fake non-rembrandt cones -->
  10. <condition>
  11. <and>
  12. <not><property>sim/crashed</property></not>
  13. </and>
  14. </condition>
  15. </animation>
  16. </PropertyList>