summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2005-09-02 16:24:18 +0000
committerTim Angus <tim@ngus.net>2005-09-02 16:24:18 +0000
commit3f65e1b88cdf9348d8dd816f480f16478b959a1b (patch)
tree40f85b4dbdf00db28f88a9173004bb1ec92a1aaa /ui
parent7595c7cd7d70fb6dde7f731c4d27de17d5ea1ddd (diff)
* Added "Wallwalk Control Toggles" option
Diffstat (limited to 'ui')
-rw-r--r--ui/ingame_options.menu22
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