From 90cc227c8033fc25ddeca41bbcb789195b874ae3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 15:56:46 -0400 Subject: Miscellenaous Tweaks --- resource/ui/hudobjectivetimepanel.res | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'resource/ui/hudobjectivetimepanel.res') diff --git a/resource/ui/hudobjectivetimepanel.res b/resource/ui/hudobjectivetimepanel.res index 6cb80f9..cee5983 100644 --- a/resource/ui/hudobjectivetimepanel.res +++ b/resource/ui/hudobjectivetimepanel.res @@ -18,7 +18,8 @@ "draw_corner_width" "0" "draw_corner_height" "0" - if_match { + if_match + { "visible" "0" } } @@ -40,7 +41,8 @@ "color_warning" "TimerProgress.Warning" "percent_warning" "0.75" - if_match { + if_match + { "visible" "0" } } -- cgit v1.2.3 From 736d6ccdbb4380a71c95b2d74e45d88bbfdc64b3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 22:37:29 -0400 Subject: Visual Tweaks, Bug Fixes (see notes) - Added the missing player effect and health cluster icons - Visual tweaks to the scoreboard, team/class select, freezecam, item test - Updated the main menu to use the new Player Mute menu - Fixed the Overtime label overlapping with the server time limit - Removed unused font definitions --- resource/ui/hudobjectivetimepanel.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/hudobjectivetimepanel.res') diff --git a/resource/ui/hudobjectivetimepanel.res b/resource/ui/hudobjectivetimepanel.res index cee5983..aaea503 100644 --- a/resource/ui/hudobjectivetimepanel.res +++ b/resource/ui/hudobjectivetimepanel.res @@ -82,7 +82,7 @@ "ControlName" "CExLabel" "fieldName" "OvertimeLabel" "xpos" "25" - "ypos" "20" + "ypos" "32" "zpos" "5" "wide" "50" "tall" "24" -- cgit v1.2.3 From efba2d7f8d7c68205331fcc3accad683649faed8 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 18:49:07 -0400 Subject: Visual Tweaks - Increased the size of the item names on the loadout screen. - Updated the tournament and building panels - Added a panel shown when the player auto-switches teams. - Fixed the reserve ammo sometimes being cutoff. - Added additional panels, visual tweaks to multiple others. --- resource/ui/hudobjectivetimepanel.res | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'resource/ui/hudobjectivetimepanel.res') diff --git a/resource/ui/hudobjectivetimepanel.res b/resource/ui/hudobjectivetimepanel.res index aaea503..e4daef3 100644 --- a/resource/ui/hudobjectivetimepanel.res +++ b/resource/ui/hudobjectivetimepanel.res @@ -2,7 +2,7 @@ { "TimePanelBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "TimePanelBG" "xpos" "25" "ypos" "0" @@ -11,12 +11,8 @@ "tall" "24" "visible" "1" "enabled" "1" - "fillcolor" "HudBlack" - "scaleImage" "1" - "src_corner_height" "3" - "src_corner_width" "3" - "draw_corner_width" "0" - "draw_corner_height" "0" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "0" if_match { @@ -63,7 +59,7 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica12" + "font" "HudFontSmall" if_match { @@ -93,7 +89,7 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica12" + "font" "HudFontSmall" if_match { @@ -123,7 +119,7 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica12" + "font" "HudFontSmall" if_match { @@ -153,7 +149,7 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica12" + "font" "HudFontSmall" if_match { @@ -183,12 +179,17 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica12" + "font" "HudFontSmallest" if_match { "xpos" "30" } + + if_mvm + { + "visible" "0" + } } "ServerTimeLimitLabelBG" -- cgit v1.2.3