From b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:08:53 -0500 Subject: 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 --- resource/ui/quickplaydialog.res | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'resource/ui/quickplaydialog.res') 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" { -- cgit v1.2.3