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/matchmakingdashboardsidepanel.res | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'resource/ui/matchmakingdashboardsidepanel.res') diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res index 55e2122..5c0a230 100644 --- a/resource/ui/matchmakingdashboardsidepanel.res +++ b/resource/ui/matchmakingdashboardsidepanel.res @@ -108,9 +108,9 @@ "textAlignment" "east" "font" "Cerbetica14" - "armedBgColor_override" "0 0 0 0" - "defaultBgColor_override" "0 0 0 0" - "defaultFgColor_override" "242 242 242 255" + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" + "defaultFgColor_override" "White" "armedFgColor_override" "169 123 53 255" } @@ -138,9 +138,9 @@ "textAlignment" "west" "font" "Cerbetica14" - "armedBgColor_override" "0 0 0 0" - "defaultBgColor_override" "0 0 0 0" - "defaultFgColor_override" "242 242 242 255" + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" + "defaultFgColor_override" "White" "armedFgColor_override" "169 123 53 255" } @@ -156,6 +156,6 @@ "visible" "1" "proportionaltoparent" "1" "border" "TeamMenuBorder" - "bgcolor_override" "27 27 27 255" + "bgcolor_override" "DarkGrey" } } \ No newline at end of file -- cgit v1.2.3