diff options
Diffstat (limited to 'ui/ingame_options.menu')
-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 |