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/stampdonationadd.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/stampdonationadd.res') diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index 5cc1d57..9087d0a 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -52,7 +52,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "ExplanationLabel2" @@ -72,7 +72,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "ItemImagePanel" -- 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/stampdonationadd.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/stampdonationadd.res') diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index 9087d0a..8f5744b 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -13,7 +13,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "settitlebarvisible" "0" + "settitlebarvisible" "0" "PaintBackgroundType" "0" } -- cgit v1.2.3 From 8045488b1b248ca88556582063f0052a3727807c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 13 Mar 2019 21:23:56 -0400 Subject: Updated Notification Panel - Synchronized customization files - Updated the match found and vote panels - Updated the hudlayout to work with the installer - Moved the contracts button to the right side of the main menu --- resource/ui/stampdonationadd.res | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resource/ui/stampdonationadd.res') diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index 8f5744b..6ac9529 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -15,6 +15,9 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" + "border" "CyanBorderThick" + "bgcolor_override" "DarkGrey" + "PaintBorder" "1" } "TitleLabel" @@ -129,6 +132,8 @@ "Command" "nope" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "ConfirmButton" @@ -154,6 +159,8 @@ "Command" "add_stamp_to_cart" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/vote_success.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "PriceLabel" -- cgit v1.2.3