Starting a new instrument, Bendix/King KT 76C Class 1A transponder.
This is a typical transponder for a Cessna 172R. So far, only the background exists, but it's useful for filling in the empty slot on the panel.
This commit is contained in:
parent
8a303e3a83
commit
632ac25426
2 changed files with 35 additions and 0 deletions
BIN
Aircraft/Instruments/Textures/xpdr-kt76c-bg.rgb
Normal file
BIN
Aircraft/Instruments/Textures/xpdr-kt76c-bg.rgb
Normal file
Binary file not shown.
35
Aircraft/Instruments/xpdr-kt76c.xml
Normal file
35
Aircraft/Instruments/xpdr-kt76c.xml
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Bendix/King KT 76C Class 1A Transponder.
|
||||||
|
|
||||||
|
This is a typical transponder for a Cessna 172R: it has basic support
|
||||||
|
for reporting position, including altitude. The normal operational
|
||||||
|
setting is "ALT" rather than "ON".
|
||||||
|
|
||||||
|
Started December 2001 by David Megginson, david@megginson.com.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
|
||||||
|
<name>ADF Gauge</name>
|
||||||
|
|
||||||
|
<w-base>256</w-base>
|
||||||
|
<h-base>64</h-base>
|
||||||
|
|
||||||
|
<layers>
|
||||||
|
|
||||||
|
<layer>
|
||||||
|
<name>Transponder Background</name>
|
||||||
|
<texture>
|
||||||
|
<path>Aircraft/Instruments/Textures/xpdr-kt76c-bg.rgb</path>
|
||||||
|
<x1>0.0</x1>
|
||||||
|
<y1>0.0</y1>
|
||||||
|
<x2>1.0</x2>
|
||||||
|
<y2>1.0</y2>
|
||||||
|
</texture>
|
||||||
|
</layer>
|
||||||
|
|
||||||
|
</layers>
|
||||||
|
|
||||||
|
</PropertyList>
|
Loading…
Reference in a new issue