1
0
Fork 0
fgdata/Aircraft/ufo/Instruments/panel.xml
mfranz f6da3a3882 New panel that consists of a radar screen only (activate with Shift-p).
At the moment only the range can be changed via panel click action
(click on the range numbers). Weather radar can be turned on in
/instrumentation/radar/display-controls/WX. ai/mp display to come.

For those who miss the old 2D panel, just use an aircraft with a decent
panel and add --fdm=ufo for the same effect.
2007-06-24 19:38:38 +00:00

21 lines
429 B
XML

<?xml version="1.0"?>
<!DOCTYPE PropertyList SYSTEM "panel.dtd">
<PropertyList>
<name>ufo radar panel</name>
<background>Aircraft/ufo/Instruments/empty.rgb</background>
<w>1024</w>
<h>768</h>
<y-offset>0</y-offset>
<view-height>768</view-height>
<instruments>
<instrument include="ehsi.xml">
<name>radar</name>
<x>128</x>
<y>640</y>
<w>256</w>
<h>256</h>
</instrument>
</instruments>
</PropertyList>