diff options
| author | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
| commit | b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 (patch) | |
| tree | db478a5395093809c203afb62167e70a99631344 /resource/ui/quickplaydialog.res | |
| parent | fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (diff) | |
Updated HUD Files
- Updated colors to use the schema instead of RGB codes
- Removed unused or redundant code
- Added shadows to certain elements
- Corrected element names, reorganized some files
- Pinned some elements to their parent elements
- Fixed elements referencing non-existing colors or fonts
Diffstat (limited to 'resource/ui/quickplaydialog.res')
| -rw-r--r-- | resource/ui/quickplaydialog.res | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/resource/ui/quickplaydialog.res b/resource/ui/quickplaydialog.res index 1628f1e..d837ff3 100644 --- a/resource/ui/quickplaydialog.res +++ b/resource/ui/quickplaydialog.res @@ -13,7 +13,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" "event247_image" "illustrations/gamemode_halloween2015" "community_update_image" "illustrations/gamemode_invasion" } @@ -959,7 +959,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -978,7 +978,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" "proportionaltoparent" "1" } @@ -1009,12 +1009,12 @@ "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "TanDarker" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { |
