summaryrefslogtreecommitdiff
path: root/resource/ui/destroy_menu/base_inactive.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2019-12-08 08:28:12 -0500
committerCriticalFlaw <[email protected]>2019-12-08 08:28:12 -0500
commita5e43b88561a04fe792bd042cd602affedf83c63 (patch)
treeb342907581ae6112b6eaffa35836f0a44e4424d6 /resource/ui/destroy_menu/base_inactive.res
parentde0a178159e6566c8eac2338a4f958b49b0f52c3 (diff)
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
Diffstat (limited to 'resource/ui/destroy_menu/base_inactive.res')
-rw-r--r--resource/ui/destroy_menu/base_inactive.res116
1 files changed, 116 insertions, 0 deletions
diff --git a/resource/ui/destroy_menu/base_inactive.res b/resource/ui/destroy_menu/base_inactive.res
new file mode 100644
index 0000000..0424ff4
--- /dev/null
+++ b/resource/ui/destroy_menu/base_inactive.res
@@ -0,0 +1,116 @@
+"Resource/UI/destroy_menu/base_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"
+ "fgcolor_override" "ColorRed"
+ }
+
+ "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