From 53627aa7c3664091e6d58c5698bf8be910d383cf Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 12 Apr 2020 13:22:46 -0400 Subject: Gameplay Fixes - Updated the team and class selection, text chat, killfeed, voice chat, target ID, disguise panel, item meters, spell selection, killstreak, stopwatch, quickswitch, map info, tournament spectator and vote panel. - Fixed the post-match summary page not displaying properly. --- resource/ui/spectatortournamentguihealth.res | 30 +++++++++++++++------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'resource/ui/spectatortournamentguihealth.res') diff --git a/resource/ui/spectatortournamentguihealth.res b/resource/ui/spectatortournamentguihealth.res index 41da846..c7be31f 100644 --- a/resource/ui/spectatortournamentguihealth.res +++ b/resource/ui/spectatortournamentguihealth.res @@ -4,14 +4,14 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "14" - "tall" "14" - "visible" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "20" + "tall" "20" + "visible" "0" "enabled" "1" "scaleImage" "1" + "proportionaltoparent" "1" } "PlayerStatusHealthImageBG" @@ -25,15 +25,17 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthBonusImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "12" - "tall" "12" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "208" + "tall" "234" "visible" "0" "enabled" "1" - "image" "../hud/health_over_bg" + "alpha" "0" "scaleImage" "1" + "proportionaltoparent" "1" + "image" "" } "PlayerStatusHealthValueSpectator" @@ -57,8 +59,8 @@ { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValueSpectatorBG" - "xpos" "1" - "ypos" "1" + "xpos" "2" + "ypos" "2" "zpos" "4" "wide" "25" "tall" "16" -- cgit v1.2.3