From e0f728581ba5d7ca0d7ea06b015c36e189993664 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Dec 2020 21:00:35 -0500 Subject: Bug Fixes, see notes. - Fixed the stock items checkbox not working on the backpack page. - Fixed the cutoff description label on the confirmation panel. - Fixed the font for the item series number being too large to display. - Fixed the store preview page not allowing to change item color and style. - Increased the size of the sentry gun's health on the building panel (#158) - Fixed the KOTH timer not being centred properly. - Miscellenaous other fixes and improvements. --- resource/ui/hudroundcounter.res | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'resource/ui/hudroundcounter.res') diff --git a/resource/ui/hudroundcounter.res b/resource/ui/hudroundcounter.res index a697fe3..3f643ee 100644 --- a/resource/ui/hudroundcounter.res +++ b/resource/ui/hudroundcounter.res @@ -15,13 +15,13 @@ "starting_width" "20" "width_per_round" "24" "indicator_start_offset" "4" - "indicator_max_wide" "30" + "indicator_max_wide" "20" "RoundIndicatorPanel_kv" { - "ypos" "3" - "wide" "6" - "tall" "6" + "ypos" "4" + "wide" "3" + "tall" "3" "zpos" "7" "image" "../hud/comp_round_counter_dot_bg" "scaleimage" "1" @@ -30,8 +30,8 @@ "RoundWinPanelRed_kv" { "ypos" "-3" - "wide" "17" - "tall" "17" + "wide" "15" + "tall" "15" "zpos" "8" "image" "../hud/comp_round_counter_light_red" "scaleimage" "1" @@ -40,8 +40,8 @@ "RoundWinPanelBlue_kv" { "ypos" "-3" - "wide" "17" - "tall" "17" + "wide" "15" + "tall" "15" "zpos" "8" "image" "../hud/comp_round_counter_light_blue" "scaleimage" "1" @@ -67,13 +67,13 @@ { "ControlName" "ImagePanel" "fieldName" "BlueTeamBackground" - "xpos" "c-36" + "xpos" "c-25" "ypos" "0" - "wide" "36" - "tall" "12" + "wide" "26" + "tall" "10" "visible" "1" "enabled" "1" - "fillcolor" "70 130 180 153" + "fillcolor" "BlueSolid" "proportionaltoparent" "1" } @@ -81,13 +81,13 @@ { "ControlName" "ImagePanel" "fieldName" "RedTeamBackground" - "xpos" "c0" + "xpos" "c1" "ypos" "0" - "wide" "36" - "tall" "12" + "wide" "25" + "tall" "10" "visible" "1" "enabled" "1" - "fillcolor" "205 50 50 153" + "fillcolor" "RedSolid" "proportionaltoparent" "1" } @@ -95,10 +95,10 @@ { "ControlName" "ImagePanel" "fieldName" "TimerBG" - "xpos" "c-36" - "ypos" "12" - "wide" "72" - "tall" "16" + "xpos" "c-25" + "ypos" "10" + "wide" "50" + "tall" "15" "visible" "1" "enabled" "1" "fillcolor" "TransparentBlack" -- cgit v1.2.3