1
0
Fork 0

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:
curt 2004-11-19 18:26:38 +00:00
parent e0f0a78b09
commit ff8418c286
2 changed files with 23 additions and 0 deletions

View file

@ -43,6 +43,10 @@ in a separate file.
<path>Huds/Instruments/Default/gload.xml</path>
</Gload>
<runwayhud>
<path>Huds/Instruments/Default/runwayinstr.xml</path>
</runwayhud>
</instruments>
</PropertyList>

View 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>