From fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 15:52:33 -0500 Subject: Updated Engineer/Spy PDAs - Pinned and added shadows to certain labels - Updated colors to use the schema instead of RBG codes - Corrected element names, removed unused elements --- resource/ui/build_menu/base_active.res | 57 ++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 27 deletions(-) (limited to 'resource/ui/build_menu/base_active.res') diff --git a/resource/ui/build_menu/base_active.res b/resource/ui/build_menu/base_active.res index c967b69..852b53d 100644 --- a/resource/ui/build_menu/base_active.res +++ b/resource/ui/build_menu/base_active.res @@ -24,13 +24,13 @@ { "ControlName" "CIconPanel" "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" + "xpos" "4" + "ypos" "14" "zpos" "0" "wide" "98" "tall" "105" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "hud_menu_item_bg" "iconColor" "ProgressOffWhite" @@ -49,7 +49,7 @@ "enabled" "1" "scaleImage" "1" "icon" "hud_menu_sentry_build" - "iconColor" "255 255 255 255" + "iconColor" "White" } "MetalIcon" @@ -76,7 +76,7 @@ "fgcolor" "TanLight" "xpos" "49" "ypos" "16" - "zpos" "1" + "zpos" "2" "wide" "84" "tall" "13" "autoResize" "0" @@ -87,6 +87,29 @@ "textAlignment" "Left" } + "CostLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CostLabelShadow" + "font" "CerbeticaBold16" + "fgcolor" "TransparentBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "84" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "Left" + + "pin_to_sibling" "CostLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "ModeLabel" { "ControlName" "CExLabel" @@ -119,7 +142,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -142,24 +165,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file -- cgit v1.2.3