diff options
| author | CriticalFlaw <[email protected]> | 2020-08-07 18:43:51 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-07 18:43:51 -0400 |
| commit | 8ab130c7f27a40993c76e43c3b7275477c18cd7c (patch) | |
| tree | 737c9d8d4eeb97d14d7b0d278d9bd90b9fd210cd /customizations/main_menu | |
| parent | 8aa451a40e0cb1fc46ec6e3ab81b8c330d9c9f3d (diff) | |
Added a Reload HUD Button
- Replaced the Twitch button with a button that refreshes the HUD that should correct any visual bugs.
Diffstat (limited to 'customizations/main_menu')
| -rw-r--r-- | customizations/main_menu/mainmenuoverride-classic.res | 49 | ||||
| -rw-r--r-- | customizations/main_menu/mainmenuoverride.res | 49 |
2 files changed, 46 insertions, 52 deletions
diff --git a/customizations/main_menu/mainmenuoverride-classic.res b/customizations/main_menu/mainmenuoverride-classic.res index f5dc7f9..66b1f5f 100644 --- a/customizations/main_menu/mainmenuoverride-classic.res +++ b/customizations/main_menu/mainmenuoverride-classic.res @@ -467,7 +467,7 @@ "WatchStreamButton" { - "ControlName" "EditablePanel" + "ControlName" "CExImageButton" "fieldName" "WatchStreamButton" "xpos" "r28" "ypos" "65" @@ -475,38 +475,35 @@ "wide" "20" "tall" "20" "autoResize" "0" - "pinCorner" "3" + "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" + "labelText" "" + "Command" "engine hud_reloadscheme" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "Transparent" + "depressedBgColor_override" "Transparent" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" - "SubButton" + "SubImage" { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "0" - "ypos" "0" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "18" + "tall" "18" "visible" "1" "enabled" "1" - "tabPosition" "0" - "labelText" "t" - "font" "CustomIcons" - "command" "watch_stream" - "use_proportional_insets" "1" - "textAlignment" "center" - "default" "1" - "actionsignallevel" "2" - "paintbackground" "0" - "paintborder" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "235 226 202 255" - "armedFgColor_override" "72 255 255 255" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "icon_resume" + "drawcolor_override" "235 226 202 255" } } diff --git a/customizations/main_menu/mainmenuoverride.res b/customizations/main_menu/mainmenuoverride.res index 4ff11a2..98a1220 100644 --- a/customizations/main_menu/mainmenuoverride.res +++ b/customizations/main_menu/mainmenuoverride.res @@ -516,7 +516,7 @@ "WatchStreamButton" { - "ControlName" "EditablePanel" + "ControlName" "CExImageButton" "fieldName" "WatchStreamButton" "xpos" "r28" "ypos" "65" @@ -524,38 +524,35 @@ "wide" "20" "tall" "20" "autoResize" "0" - "pinCorner" "3" + "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" + "labelText" "" + "Command" "engine hud_reloadscheme" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "Transparent" + "depressedBgColor_override" "Transparent" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" - "SubButton" + "SubImage" { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "0" - "ypos" "0" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "18" + "tall" "18" "visible" "1" "enabled" "1" - "tabPosition" "0" - "labelText" "t" - "font" "CustomIcons" - "command" "watch_stream" - "use_proportional_insets" "1" - "textAlignment" "center" - "default" "1" - "actionsignallevel" "2" - "paintbackground" "0" - "paintborder" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "235 226 202 255" - "armedFgColor_override" "72 255 255 255" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "icon_resume" + "drawcolor_override" "235 226 202 255" } } |
