diff options
| author | CriticalFlaw <[email protected]> | 2018-07-08 15:46:53 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-07-08 15:46:53 -0400 |
| commit | e4ca67901da0a8b3d289f0b39b17925e6ebddfaf (patch) | |
| tree | 902a784b2b902a22f63d271f27af0967beb008b0 /resource/ui/HudArenaPlayerCount.res | |
| parent | f4f2e2e505e5c77247c76fb7f1b0ca870113f739 (diff) | |
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
Diffstat (limited to 'resource/ui/HudArenaPlayerCount.res')
| -rw-r--r-- | resource/ui/HudArenaPlayerCount.res | 10 |
1 files changed, 7 insertions, 3 deletions
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"
|
