diff options
author | Tim Angus <tim@ngus.net> | 2004-03-02 01:42:39 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-03-02 01:42:39 +0000 |
commit | b217fba48b8bff70880b33301502adf42ac61973 (patch) | |
tree | 7a68b658a0f490a1b059284c41b3b54eb1d67a45 /ui | |
parent | 067178417e4bb3275f5b6a4475186a9bb3937652 (diff) |
* Added reload binding option
* Added team auto-select option
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ingame_options.menu | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ui/ingame_options.menu b/ui/ingame_options.menu index 9d060c5b..fb5c66c3 100644 --- a/ui/ingame_options.menu +++ b/ui/ingame_options.menu @@ -881,6 +881,27 @@ } } + itemDef + { + name upgrades + group optionsGrp + type ITEM_TYPE_BIND + text "Reload:" + cvar "reload" + rect 96 190 192 15 + textalign ITEM_ALIGN_RIGHT + textalignx 90 + maxPaintChars 20 + textaligny 12 + textscale .25 + forecolor 1 1 1 1 + visible 0 + action + { + play "sound/misc/menu1.wav"; + } + } + //////// MISC itemDef |