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/spectatortournamentguihealth.res | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'resource/ui/spectatortournamentguihealth.res') diff --git a/resource/ui/spectatortournamentguihealth.res b/resource/ui/spectatortournamentguihealth.res index 9fa2ee1..92aebb2 100644 --- a/resource/ui/spectatortournamentguihealth.res +++ b/resource/ui/spectatortournamentguihealth.res @@ -38,10 +38,10 @@ "image" "" } - "PlayerStatusHealthValueSpectator" + "GuiPlayerHealth" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueSpectator" + "fieldName" "GuiPlayerHealth" "xpos" "0" "ypos" "0" "zpos" "5" @@ -55,10 +55,10 @@ "fgcolor" "Spec Health Normal" } - "PlayerStatusHealthValueSpectatorBG" + "GuiPlayerHealthShadow" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueSpectatorBG" + "fieldName" "GuiPlayerHealthShadow" "xpos" "2" "ypos" "2" "zpos" "4" @@ -69,6 +69,10 @@ "labelText" "%Health%" "textAlignment" "center" "font" "CerbeticaBold16" - "fgcolor" "0 0 0 100" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "GuiPlayerHealth" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } } \ No newline at end of file -- cgit v1.2.3