1
0
Fork 0
fgdata/Huds/Default/default.xml
curt ff8418c286 Add new runway outline instrument configuration. This can be removed from
the data/Huds/Default/default.xml file if we don't want to draw the runway
in the default HUD (but then we should take a close look at all the elements
in the default HUD if we go down that road.)
2004-11-19 18:26:38 +00:00

52 lines
1 KiB
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>Default Aircraft Hud</name>
<instruments>
<hudladder>
<path>Huds/Instruments/Default/hudladder.xml</path>
</hudladder>
<hudcard>
<path>Huds/Instruments/Default/hudcard.xml</path>
</hudcard>
<instrlabel>
<path>Huds/Instruments/Default/instrlabel.xml</path>
</instrlabel>
<fgTBI>
<path>Huds/Instruments/Default/fgtbi.xml</path>
</fgTBI>
<Gload>
<path>Huds/Instruments/Default/gload.xml</path>
</Gload>
<runwayhud>
<path>Huds/Instruments/Default/runwayinstr.xml</path>
</runwayhud>
</instruments>
</PropertyList>