f6da3a3882
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.
21 lines
429 B
XML
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>
|