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/ControlPointCountdown.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/ControlPointCountdown.res') diff --git a/resource/ui/ControlPointCountdown.res b/resource/ui/ControlPointCountdown.res index f79cec7..fb28d66 100644 --- a/resource/ui/ControlPointCountdown.res +++ b/resource/ui/ControlPointCountdown.res @@ -17,7 +17,7 @@ "wrap" "0" "labelText" "%capturetime%" "textAlignment" "center" - "fgcolor" "235 226 202 255" - "bgcolor" "235 226 202 255" + "fgcolor" "NeutralWhite" + "bgcolor" "NeutralWhite" } } \ No newline at end of file -- cgit v1.2.3