diff options
| author | CriticalFlaw <[email protected]> | 2020-04-24 22:31:01 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-24 22:31:01 -0400 |
| commit | 26c29f808aa068cc57166c65dd12d63be3a25bde (patch) | |
| tree | e890298e00b70180ea516fc68fd1194605109d9d /customizations/player_model | |
| parent | 5752a4e2b189a58a32ff5751507676a43f053f78 (diff) | |
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.
Diffstat (limited to 'customizations/player_model')
| -rw-r--r-- | customizations/player_model/hudplayerclass.res | 6 |
1 files changed, 3 insertions, 3 deletions
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" |
