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/DisguiseStatusPanel.res | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'resource/ui/DisguiseStatusPanel.res') diff --git a/resource/ui/DisguiseStatusPanel.res b/resource/ui/DisguiseStatusPanel.res index 9ad0a5a..a45c94f 100644 --- a/resource/ui/DisguiseStatusPanel.res +++ b/resource/ui/DisguiseStatusPanel.res @@ -72,6 +72,31 @@ "dulltext" "0" "brighttext" "0" } + + "DisguiseNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "DisguiseNameLabelShadow" + "font" "Cerbetica14" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "110" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%disguisename%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "TransparentBlack" + + "pin_to_sibling" "DisguiseNameLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } "WeaponNameLabel" { @@ -92,6 +117,31 @@ "dulltext" "0" "brighttext" "0" } + + "WeaponNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "WeaponNameLabelShadow" + "font" "Cerbetica12" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "110" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%weaponname%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "TransparentBlack" + + "pin_to_sibling" "WeaponNameLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } "WeaponBackground" { "ControlName" "ImagePanel" -- cgit v1.2.3