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/matchmakingcasualcriteria.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/matchmakingcasualcriteria.res') diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res index 974ce96..9c4954b 100644 --- a/resource/ui/matchmakingcasualcriteria.res +++ b/resource/ui/matchmakingcasualcriteria.res @@ -73,7 +73,7 @@ "sound_released" "UI/buttonclickrelease.wav" "actionsignallevel" "2" "proportionaltoparent" "1" - "image_drawcolor" "242 242 242 255" + "image_drawcolor" "White" "image_armedcolor" "169 123 53 255" "SubImage" @@ -117,7 +117,7 @@ "sound_released" "UI/buttonclickrelease.wav" "actionsignallevel" "2" "proportionaltoparent" "1" - "image_drawcolor" "242 242 242 255" + "image_drawcolor" "White" "image_armedcolor" "169 123 53 255" "SubImage" -- cgit v1.2.3 From eb9e3bf73092500579d32f998fce70fa265e6d1c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:17:28 -0500 Subject: Code Formatting --- resource/ui/matchmakingcasualcriteria.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/matchmakingcasualcriteria.res') diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res index 9c4954b..e291d1b 100644 --- a/resource/ui/matchmakingcasualcriteria.res +++ b/resource/ui/matchmakingcasualcriteria.res @@ -75,7 +75,7 @@ "proportionaltoparent" "1" "image_drawcolor" "White" "image_armedcolor" "169 123 53 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -119,7 +119,7 @@ "proportionaltoparent" "1" "image_drawcolor" "White" "image_armedcolor" "169 123 53 255" - + "SubImage" { "ControlName" "ImagePanel" -- cgit v1.2.3