39 lines
No EOL
778 B
XML
39 lines
No EOL
778 B
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
Preliminary Default Hud.
|
|
November 2000
|
|
Neetha Girish <neetha@ada.ernet.in>
|
|
|
|
Based on Default Panel by David Megginson, david@megginson.com.
|
|
|
|
This is a Hud configuration file for the open-source flight
|
|
simulator FlightGear (www.flightgear.org). The file is an XML-encoded
|
|
FlightGear property list defining the Hud.
|
|
|
|
Each instrument is, itself, defined in an XML-encoded property list
|
|
in a separate file.
|
|
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<name>Fighter Hud</name>
|
|
|
|
<instruments>
|
|
|
|
<hudladder>
|
|
<path>Huds/Instruments/Custom/hudladder.xml</path>
|
|
</hudladder>
|
|
|
|
<hudcard>
|
|
<path>Huds/Instruments/Custom/hudcard.xml</path>
|
|
</hudcard>
|
|
|
|
<instrlabel>
|
|
<path>Huds/Instruments/Custom/instrlabel.xml</path>
|
|
</instrlabel>
|
|
|
|
</instruments>
|
|
|
|
</PropertyList> |