1
0
Fork 0

add glide slope tunnel option to help menu

This commit is contained in:
mfranz 2007-12-04 10:51:45 +00:00
parent 3b5333d02b
commit f671f0b0f7
2 changed files with 13 additions and 0 deletions

View file

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

View file

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