add glide slope tunnel option to help menu
This commit is contained in:
parent
3b5333d02b
commit
f671f0b0f7
2 changed files with 13 additions and 0 deletions
|
@ -506,6 +506,18 @@
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<label>Toggle Glide Slope Tunnel</label>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>
|
||||||
|
var p = "/sim/rendering/glide-slope-tunnel";
|
||||||
|
setprop(p, var i = !getprop(p));
|
||||||
|
gui.popupTip("Glide slope tunnel " ~ (i ? "enabled" : "disabled"));
|
||||||
|
</script>
|
||||||
|
</binding>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>Start Tutorial</label>
|
<label>Start Tutorial</label>
|
||||||
<name>tutorial-start</name>
|
<name>tutorial-start</name>
|
||||||
|
|
|
@ -98,6 +98,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<shadows-to type="bool" userarchive="y">false</shadows-to>
|
<shadows-to type="bool" userarchive="y">false</shadows-to>
|
||||||
<shadows-debug type="bool" userarchive="y">false</shadows-debug>
|
<shadows-debug type="bool" userarchive="y">false</shadows-debug>
|
||||||
<fps-display type="bool" userarchive="y">false</fps-display>
|
<fps-display type="bool" userarchive="y">false</fps-display>
|
||||||
|
<glide-slope-tunnel type="bool" userarchive="y">false</glide-slope-tunnel>
|
||||||
</rendering>
|
</rendering>
|
||||||
<model-hz type="int">120</model-hz>
|
<model-hz type="int">120</model-hz>
|
||||||
<navdb>
|
<navdb>
|
||||||
|
|
Loading…
Add table
Reference in a new issue