From 26c29f808aa068cc57166c65dd12d63be3a25bde Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 24 Apr 2020 22:31:01 -0400 Subject: Corrected Visual HUD Glitches (#145) - Removed an unused label on the team select page. - Updated the control point files. - Adjusted the pyro player model to reduce cutoff. - Adjusted an overlap on the inspection item panel. - Adjusted the button colors on the matchmaking dashboard. - Adjusted the payload back arrow and player count. --- customizations/player_model/hudplayerclass.res | 6 +++--- customizations/team_menu/teammenu.res | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'customizations') diff --git a/customizations/player_model/hudplayerclass.res b/customizations/player_model/hudplayerclass.res index 113321b..8232284 100644 --- a/customizations/player_model/hudplayerclass.res +++ b/customizations/player_model/hudplayerclass.res @@ -72,7 +72,7 @@ "xpos" "r210" "ypos" "r148" "zpos" "2" - "wide" "75" + "wide" "80" "tall" "150" "autoResize" "0" "pinCorner" "0" @@ -170,8 +170,8 @@ "angles_x" "-5" "angles_y" "150" "angles_z" "0" - "origin_x" "175" - "origin_y" "-5" + "origin_x" "190" + "origin_y" "-13" "origin_z" "-90" } "Spy" diff --git a/customizations/team_menu/teammenu.res b/customizations/team_menu/teammenu.res index 4314de3..0cff4a4 100644 --- a/customizations/team_menu/teammenu.res +++ b/customizations/team_menu/teammenu.res @@ -336,8 +336,8 @@ "tall" "50" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "#TF_Highlander_Mode" "textAlignment" "Center" "dulltext" "0" -- cgit v1.2.3