diff options
| author | CriticalFlaw <[email protected]> | 2019-03-10 20:32:58 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-10 20:32:58 -0400 |
| commit | fdfa8d63e4eab65b1ac7087702ff576df47b2c10 (patch) | |
| tree | b249f93db5f48ab882a6cfac71614142f893db6f /resource/ui/matchmakingdashboard.res | |
| parent | 59374d07d43bc3207a45294b05be3dd8f7b3299e (diff) | |
Playtesting Fixes
- Fixed the floating health ID not appearing
Diffstat (limited to 'resource/ui/matchmakingdashboard.res')
| -rw-r--r-- | resource/ui/matchmakingdashboard.res | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index 3263af5..7aa5fcb 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -287,6 +287,7 @@ "visible" "1" "proportionaltoparent" "1" "border" "ReplayDefaultBorder" + "bgcolor_override" "DarkGrey" } "QueueLogoButton" @@ -432,7 +433,7 @@ "armedFgColor_override" "235 226 202 255" "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" - "image_armedcolor" "LightRed" + "image_armedcolor" "255 0 0 255" "SubImage" { @@ -489,6 +490,7 @@ "visible" "1" "proportionaltoparent" "1" "border" "ReplayDefaultBorder" + "bgcolor_override" "DarkGrey" } "PromptText" @@ -692,8 +694,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - // "armedBgColor_override" "CreditsGreen" - // "defaultBgColor_override" "GreenSolid" + "armedBgColor_override" "170 221 183 155" + "defaultBgColor_override" "170 221 183 55" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" |
