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. --- scripts/hudlayout.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/hudlayout.res') diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index f5bc2a3..5f2b525 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -76,7 +76,7 @@ "xpos" "0" "ypos" "0" "wide" "f0" - "tall" "480" + "tall" "f0" } HudKothTimeStatus @@ -84,14 +84,14 @@ "fieldName" "HudKothTimeStatus" "visible" "1" "enabled" "1" - "xpos" "c-75" + "xpos" "c-65" "ypos" "0" "zpos" "5" "wide" "200" "tall" "60" - "blue_active_xpos" "25" - "red_active_xpos" "75" + "blue_active_xpos" "15" + "red_active_xpos" "65" } HudItemEffectMeter @@ -222,7 +222,7 @@ "ypos" "c130" "zpos" "0" "ypos_minmode" "c83" - "wide" "50" + "wide" "55" "tall" "70" "visible" "1" "enabled" "1" -- cgit v1.2.3