diff options
author | Tim Angus <tim@ngus.net> | 2005-09-02 16:24:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-09-02 16:24:18 +0000 |
commit | 3f65e1b88cdf9348d8dd816f480f16478b959a1b (patch) | |
tree | 40f85b4dbdf00db28f88a9173004bb1ec92a1aaa /ui | |
parent | 7595c7cd7d70fb6dde7f731c4d27de17d5ea1ddd (diff) |
* Added "Wallwalk Control Toggles" option
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ingame_options.menu | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/ui/ingame_options.menu b/ui/ingame_options.menu index 5902e582..99f4074c 100644 --- a/ui/ingame_options.menu +++ b/ui/ingame_options.menu @@ -236,6 +236,26 @@ play "sound/misc/menu1.wav"; } } + + itemDef + { + name game + group optionsGrp + type ITEM_TYPE_YESNO + text "Wallwalk Control Toggles:" + cvar "cg_wwToggle" + rect 90 195 192 15 + textalign ITEM_ALIGN_RIGHT + textalignx 128 + textaligny 12 + textscale .25 + forecolor 1 1 1 1 + visible 0 + action + { + play "sound/misc/menu1.wav"; + } + } itemDef { @@ -244,7 +264,7 @@ type ITEM_TYPE_YESNO text "Disable Warning Dialogs:" cvar "cg_disableWarningDialogs" - rect 90 195 192 15 + rect 90 210 192 15 textalign ITEM_ALIGN_RIGHT textalignx 128 textaligny 12 |