default.xml 747 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0"?>
  2. <!--
  3. F-15E Eagle HUD, StuartC, 28:12:2010, based on:
  4. Based on Default Panel by David Megginson, david@megginson.com.
  5. This is a Hud configuration file for the open-source flight
  6. simulator FlightGear (www.flightgear.org). The file is an XML-encoded
  7. FlightGear property list defining the Hud.
  8. Each instrument is, itself, defined in an XML-encoded property list
  9. in a separate file.
  10. -->
  11. <PropertyList>
  12. <name>Default Aircraft Hud</name>
  13. <instruments>
  14. <hudladder>
  15. <path>Aircraft/F-15E/Hud/hudladder.xml</path>
  16. </hudladder>
  17. <hudcard>
  18. <path>Aircraft/F-15E/Hud/hudcard.xml</path>
  19. </hudcard>
  20. <instrlabel>
  21. <path>Aircraft/F-15E/Hud/instrlabel.xml</path>
  22. </instrlabel>
  23. </instruments>
  24. </PropertyList>