Added options for glidescope display to VOR instruments
This commit is contained in:
parent
2dc430889d
commit
377a50ac9c
1 changed files with 16 additions and 4 deletions
|
@ -44,6 +44,17 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<path>Huds/Default/default.xml</path>
|
||||
<visibility>false</visibility>
|
||||
</hud>
|
||||
<instrument-options>
|
||||
<nav n="0">
|
||||
<has-gs-needle>1</has-gs-needle>
|
||||
</nav>
|
||||
<nav n="1">
|
||||
<has-gs-needle>0</has-gs-needle>
|
||||
</nav>
|
||||
<hsi n="0">
|
||||
<has-gs-needle>1</has-gs-needle>
|
||||
</hsi>
|
||||
</instrument-options>
|
||||
</sim>
|
||||
|
||||
|
||||
|
@ -87,6 +98,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</engine>
|
||||
</engines>
|
||||
|
||||
|
||||
<!-- Controls -->
|
||||
|
||||
<controls>
|
||||
|
|
Loading…
Reference in a new issue