From a5e43b88561a04fe792bd042cd602affedf83c63 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 8 Dec 2019 08:28:12 -0500 Subject: Backend Changes - Fixed certain colors not being enforced from the customizable files - Backend cleanup. Colors are assigned to their schema name. - Updated the PDA and killstreak count's use of #base. - Removed the Smissmas promo from the Mann Co. Store --- resource/ui/destroy_menu/sentry_inactive.res | 110 +-------------------------- 1 file changed, 2 insertions(+), 108 deletions(-) (limited to 'resource/ui/destroy_menu/sentry_inactive.res') diff --git a/resource/ui/destroy_menu/sentry_inactive.res b/resource/ui/destroy_menu/sentry_inactive.res index 7a83aca..70bc79c 100644 --- a/resource/ui/destroy_menu/sentry_inactive.res +++ b/resource/ui/destroy_menu/sentry_inactive.res @@ -1,115 +1,9 @@ +#base "base_inactive.res" + "Resource/UI/destroy_menu/sentry_inactive.res" { "ItemNameLabel" { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" "labelText" "#TF_Object_Sentry" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhiteTransparent" - } - - "NotBuiltLabel" - { - "ControlName" "CExLabel" - "fieldName" "NotBuiltLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_NotBuilt" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - } - - "UnavailableLabel" - { - "ControlName" "CExLabel" - "fieldName" "UnavailableLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "255 255 255 128" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "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