diff options
| author | CriticalFlaw <[email protected]> | 2020-04-20 21:23:28 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-20 21:23:28 -0400 |
| commit | 5752a4e2b189a58a32ff5751507676a43f053f78 (patch) | |
| tree | 819a4d0c41f4934275bd1d9db25477bdb9ad5348 /resource/ui | |
| parent | 21006e3f4ff071b4b5155352821769cb6e590a8e (diff) | |
Fixed Class Selection Count
- Fixed the player count misalignment on the class selection screen. (Thanks to Bernita)
- Fixed the MvM upgrade icons not being positioned properly.
- Increased the alpha on the dashboard buttons.
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/matchmakingdashboard.res | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index 6a3c663..7d476cb 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 150" - "defaultBgColor_override" "192 28 0 50" + "armedBgColor_override" "192 28 0 255" + "defaultBgColor_override" "192 28 0 205" "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 150" - "defaultBgColor_override" "192 28 0 50" + "armedBgColor_override" "192 28 0 255" + "defaultBgColor_override" "192 28 0 205" "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 155" - "defaultBgColor_override" "170 221 183 55" + "armedBgColor_override" "170 221 183 255" + "defaultBgColor_override" "170 221 183 205" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" |
