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/spectatorguihealth.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resource/ui/spectatorguihealth.res') diff --git a/resource/ui/spectatorguihealth.res b/resource/ui/spectatorguihealth.res index 2a09454..7966917 100644 --- a/resource/ui/spectatorguihealth.res +++ b/resource/ui/spectatorguihealth.res @@ -42,10 +42,10 @@ "scaleImage" "1" } - "PlayerStatusHealthValue" + "GuiPlayerHealth" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValue" + "fieldName" "GuiPlayerHealth" "xpos" "2" "ypos" "19" "zpos" "5" @@ -59,10 +59,10 @@ "fgcolor" "Health Normal" } - "PlayerStatusHealthValueShadow" + "GuiPlayerHealthShadow" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueShadow" + "fieldName" "GuiPlayerHealthShadow" "xpos" "-1" "ypos" "-1" "zpos" "5" @@ -75,7 +75,7 @@ "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" - "pin_to_sibling" "PlayerStatusHealthValue" + "pin_to_sibling" "GuiPlayerHealth" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } -- cgit v1.2.3 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 From e391ac81598292127c356fcb6adbd83db72c5888 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 20:38:01 -0400 Subject: Font Update - Converted Cerbetica fonts from TTF to OTF - Removed unused font definitions to reduce loading times --- resource/ui/spectatorguihealth.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/spectatorguihealth.res') diff --git a/resource/ui/spectatorguihealth.res b/resource/ui/spectatorguihealth.res index e2aabd6..4a12c68 100644 --- a/resource/ui/spectatorguihealth.res +++ b/resource/ui/spectatorguihealth.res @@ -55,7 +55,7 @@ "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold18" + "font" "Cerbetica18" "fgcolor" "Health Normal" } @@ -72,7 +72,7 @@ "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold18" + "font" "Cerbetica18" "fgcolor" "TransparentBlack" "pin_to_sibling" "GuiPlayerHealth" -- cgit v1.2.3