From f9a8b76c0f912cea66eacf71162a3090fda698d8 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 19 Jan 2014 11:44:43 +0100 Subject: 0.1.6 --- assets/ui/ingame_options.menu | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'assets/ui/ingame_options.menu') diff --git a/assets/ui/ingame_options.menu b/assets/ui/ingame_options.menu index e8b7d48..8a52f6f 100644 --- a/assets/ui/ingame_options.menu +++ b/assets/ui/ingame_options.menu @@ -310,6 +310,27 @@ } } + itemDef + { + name player + group optionsGrp + type ITEM_TYPE_MULTI + text "Announcer:" + cvar "cg_announcer" + cvarFloatList { "Enabled" 1 "Disabled" 0 } + rect CONTENT_X (CONTENT_Y+(8*ELEM_H)) CONTENT_W ELEM_H + textalign ALIGN_RIGHT + textvalign VALIGN_CENTER + textalignx CONTENT_OFF + textscale .25 + forecolor 1 1 1 1 + visible MENU_FALSE + action + { + play "sound/misc/menu1.wav"; + } + } + //////// HUD itemDef @@ -1604,7 +1625,7 @@ name cuboid group optionsGrp type ITEM_TYPE_MULTI - text "Resizing rate::" + text "Resizing rate:" cvar "cg_cuboidResizeRate" cvarFloatList { "0.1" 0.1 "0.2" 0.2 "0.5" 0.5 "1" 1 "2" 2 "5" 5 "10" 10 } rect SCONTENT_X (SCONTENT_Y+(2*ELEM_H)) SCONTENT_W ELEM_H -- cgit