From 72289557fe993da654a16dff30d39b3304cd85d5 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 6 Aug 2020 23:13:59 -0400 Subject: Main Menu Updates, More Bug Fixes - Updated various main menu and store pages. - Updated the look of the TargetID and Friends list. - Fixed the position of the count of players on the payload - Fixed the size of the badge seen on the post match screen. - Fixed the item effect meter not being properly centered in minmode. - Removed icons from the abandon panels. - Updated font definitions throughout the hud. --- resource/ui/spectatorguihealth.res | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'resource/ui/spectatorguihealth.res') diff --git a/resource/ui/spectatorguihealth.res b/resource/ui/spectatorguihealth.res index 7966917..e2aabd6 100644 --- a/resource/ui/spectatorguihealth.res +++ b/resource/ui/spectatorguihealth.res @@ -31,11 +31,11 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthBonusImage" - "xpos" "11" - "ypos" "13" + "xpos" "13" + "ypos" "15" "zpos" "3" - "wide" "22" - "tall" "23" + "wide" "18" + "tall" "19" "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" @@ -47,15 +47,15 @@ "ControlName" "CExLabel" "fieldName" "GuiPlayerHealth" "xpos" "2" - "ypos" "19" + "ypos" "16" "zpos" "5" "wide" "40" - "tall" "10" + "tall" "15" "visible" "1" "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold16" + "font" "CerbeticaBold18" "fgcolor" "Health Normal" } @@ -64,15 +64,15 @@ "ControlName" "CExLabel" "fieldName" "GuiPlayerHealthShadow" "xpos" "-1" - "ypos" "-1" + "ypos" "-2" "zpos" "5" "wide" "40" - "tall" "10" + "tall" "15" "visible" "1" "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold16" + "font" "CerbeticaBold18" "fgcolor" "TransparentBlack" "pin_to_sibling" "GuiPlayerHealth" -- cgit v1.2.3