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/hudobjectivekothtimepanel.res | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'resource/ui/hudobjectivekothtimepanel.res') diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res index 683af2d..10961cd 100644 --- a/resource/ui/hudobjectivekothtimepanel.res +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -40,11 +40,11 @@ "fieldName" "TimePanelValue" "font" "HudFontMedium" "fgcolor" "TanLight" - "xpos" "25" + "xpos" "15" "ypos" "0" "zpos" "3" "wide" "50" - "tall" "24" + "tall" "25" "visible" "1" "enabled" "1" "textAlignment" "center" @@ -53,11 +53,11 @@ if_match { "proportionaltoparent" "1" - "xpos" "10" - "ypos" "9" + "xpos" "11" + "ypos" "8" "tall" "10" - "wide" "35" - "font" "HudFontSmall" + "wide" "25" + "font" "HudFontSmallest" } } } @@ -94,7 +94,7 @@ "fieldName" "TimePanelValue" "font" "HudFontMedium" "fgcolor" "TanLight" - "xpos" "25" + "xpos" "15" "ypos" "0" "zpos" "3" "wide" "50" @@ -107,11 +107,11 @@ if_match { "proportionaltoparent" "1" - "xpos" "rs1-15" - "ypos" "9" - "wide" "35" + "xpos" "rs1-33" + "ypos" "8" "tall" "10" - "font" "HudFontSmall" + "wide" "25" + "font" "HudFontSmallest" } } } -- cgit v1.2.3 From fa52fc56431c410283f185f96c4849b9c5d12bf4 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 30 Dec 2020 15:11:57 -0500 Subject: Bug Fixes, see notes. - Fixed the casual and competitive stats not displaying properly. - Fixed the sapper building panel not displaying when sapping a building. - Fixed the time added label not being positioned properly. - Fixed the KOTH timers not displaying team colors. - Fixed the buyback label not appearing in Mann vs. Machine. - Fixed the TargetID not displaying a team colored panel when looking at players. - Fixed the TargetID missing a hand icon for picking up buildings. - Added a score panel for the Passtime game mode. - Added a missing help label to the spell counter. - Removed unused files. - Miscellenaous tweaks and improvements. --- resource/ui/hudobjectivekothtimepanel.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/hudobjectivekothtimepanel.res') diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res index 10961cd..58e032c 100644 --- a/resource/ui/hudobjectivekothtimepanel.res +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -39,7 +39,7 @@ "ControlName" "CExLabel" "fieldName" "TimePanelValue" "font" "HudFontMedium" - "fgcolor" "TanLight" + "fgcolor" "BlueSolid" "xpos" "15" "ypos" "0" "zpos" "3" @@ -93,7 +93,7 @@ "ControlName" "CExLabel" "fieldName" "TimePanelValue" "font" "HudFontMedium" - "fgcolor" "TanLight" + "fgcolor" "RedSolid" "xpos" "15" "ypos" "0" "zpos" "3" -- cgit v1.2.3