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.)
This commit is contained in:
parent
e0f0a78b09
commit
ff8418c286
2 changed files with 23 additions and 0 deletions
|
@ -43,6 +43,10 @@ in a separate file.
|
||||||
<path>Huds/Instruments/Default/gload.xml</path>
|
<path>Huds/Instruments/Default/gload.xml</path>
|
||||||
</Gload>
|
</Gload>
|
||||||
|
|
||||||
|
<runwayhud>
|
||||||
|
<path>Huds/Instruments/Default/runwayinstr.xml</path>
|
||||||
|
</runwayhud>
|
||||||
|
|
||||||
</instruments>
|
</instruments>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
19
Huds/Instruments/Default/runwayinstr.xml
Normal file
19
Huds/Instruments/Default/runwayinstr.xml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<PropertyList>
|
||||||
|
<runways>
|
||||||
|
<runway>
|
||||||
|
<name>Runway Hud</name>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>480</width>
|
||||||
|
<height>360</height>
|
||||||
|
<working>true</working>
|
||||||
|
<scale_dist_nm>5</scale_dist_nm>
|
||||||
|
<line_scale>5.0</line_scale>
|
||||||
|
<arrow_always>false</arrow_always>
|
||||||
|
<arrow_scale>1.0</arrow_scale>
|
||||||
|
<arrow_radius>50.0</arrow_radius>
|
||||||
|
<outer_stipple>-1</outer_stipple>
|
||||||
|
<center_stipple>64250</center_stipple>
|
||||||
|
</runway>
|
||||||
|
</runways>
|
||||||
|
</PropertyList>
|
Loading…
Reference in a new issue