From e4ca67901da0a8b3d289f0b39b17925e6ebddfaf Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 8 Jul 2018 15:46:53 -0400 Subject: Leftover Changes, see notes - Fixed navigation buttons not displaying correctly (A and D instead of arrows) - Pinned various shadow labels to their parent labels - Updated to use higher quality images where applicable - Fixed the tournament stopwatch panel - Fixed the competitive MMR value not being positioned correctly - Fixed a console error in hudanimations - Updated the backpack page --- resource/ui/HudArenaPlayerCount.res | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'resource/ui/HudArenaPlayerCount.res') diff --git a/resource/ui/HudArenaPlayerCount.res b/resource/ui/HudArenaPlayerCount.res index 308f5f8..3f06e4f 100644 --- a/resource/ui/HudArenaPlayerCount.res +++ b/resource/ui/HudArenaPlayerCount.res @@ -53,7 +53,7 @@ } "countshadow" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "countshadow" "xpos" "9999" "ypos" "9999" @@ -141,8 +141,8 @@ { "ControlName" "CExLabel" "fieldName" "countshadow" - "xpos" "9999" - "ypos" "9999" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "30" "tall" "25" @@ -154,6 +154,10 @@ "labelText" "%red_alive%" "textAlignment" "center" "fgcolor" "Black" + + "pin_to_sibling" "count" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "playerimage" -- cgit v1.2.3