1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?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>Canberra B(I)8 Hud</name>
- <instruments>
- <hudladder>
- <path>Aircraft/CanberraBI8/Huds/CanberraBI8-hudladder.xml</path>
- </hudladder>
- <hudcard>
- <path>Aircraft/CanberraBI8/Huds/CanberraBI8-hudcard.xml</path>
- </hudcard>
- <instrlabel>
- <path>Aircraft/CanberraBI8/Huds/CanberraBI8-instrlabel.xml</path>
- </instrlabel>
- <fgTBI>
- <path>Aircraft/CanberraBI8/Huds/CanberraBI8-fgtbi.xml</path>
- </fgTBI>
- </instruments>
- </PropertyList>
|