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 /resource/ui/matchmakingdashboard.res | |
| 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 'resource/ui/matchmakingdashboard.res')
| -rw-r--r-- | resource/ui/matchmakingdashboard.res | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index 7d476cb..f3c6e78 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -589,8 +589,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "192 28 0 255" - "defaultBgColor_override" "192 28 0 205" + "armedBgColor_override" "195 20 0 255" + "defaultBgColor_override" "175 25 11 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -648,8 +648,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "192 28 0 255" - "defaultBgColor_override" "192 28 0 205" + "armedBgColor_override" "195 20 0 255" + "defaultBgColor_override" "175 25 11 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -706,8 +706,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "170 221 183 255" - "defaultBgColor_override" "170 221 183 205" + "armedBgColor_override" "140 180 150 255" + "defaultBgColor_override" "100 120 100 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -764,8 +764,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "armedBgColor_override" "CreditsGreen" - "defaultBgColor_override" "GreenSolid" + "armedBgColor_override" "94 150 49 255" + "defaultBgColor_override" "76 107 34 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" |
