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/hud_obj_sentrygun.res | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'resource/ui/hud_obj_sentrygun.res') diff --git a/resource/ui/hud_obj_sentrygun.res b/resource/ui/hud_obj_sentrygun.res index c124510..e103d7e 100644 --- a/resource/ui/hud_obj_sentrygun.res +++ b/resource/ui/hud_obj_sentrygun.res @@ -37,7 +37,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Sentry_2" @@ -52,7 +52,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_2" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Sentry_3" @@ -67,7 +67,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_3" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NotBuiltPanel" @@ -84,7 +84,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica9" + "font" "Cerbetica10" "xpos" "60" "ypos" "0" "wide" "200" @@ -122,7 +122,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_2" @@ -138,7 +138,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_2" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_3" @@ -154,7 +154,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_3" - "iconColor" "255 255 255 255" + "iconColor" "White" } "AlertTray" @@ -185,7 +185,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_wrench" - "iconColor" "255 255 255 255" + "iconColor" "White" } "SapperIcon" @@ -201,7 +201,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_sapper" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Health" -- 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/hud_obj_sentrygun.res | 1 - 1 file changed, 1 deletion(-) (limited to 'resource/ui/hud_obj_sentrygun.res') diff --git a/resource/ui/hud_obj_sentrygun.res b/resource/ui/hud_obj_sentrygun.res index e103d7e..4a48b3b 100644 --- a/resource/ui/hud_obj_sentrygun.res +++ b/resource/ui/hud_obj_sentrygun.res @@ -92,7 +92,6 @@ "visible" "1" "enabled" "1" "labelText" "#Building_hud_sentry_not_built" - "labelText_lodef" "#Building_hud_sentry_not_built_360" "textAlignment" "Left" "dulltext" "0" "brighttext" "0" -- cgit v1.2.3