From 2699ff3f4fde75e2f77dbaa4274749cdf00fd0b2 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 28 Oct 2017 10:00:13 -0400 Subject: 20171028 - Scream Fortress 2017 Update - Updated for Scream Fortress 2017 - Updated the Main Menu design and backend - Updated the version number - Fixed inexplicable crashes following the Scream Fortress update - Fixed incorrect image file being used during the loading screen - Fixed the Phlogistinator, Thermal Thruster and Vita Saw meters - Miscellaneous other fixes and tweaks - Removed unused files, code and fonts - Replaced the current crosshairs with KnuckleCrosses --- resource/ui/econ/store/v2/storeitemcontrols.res | 65 ------------------------- 1 file changed, 65 deletions(-) delete mode 100644 resource/ui/econ/store/v2/storeitemcontrols.res (limited to 'resource/ui/econ/store/v2/storeitemcontrols.res') diff --git a/resource/ui/econ/store/v2/storeitemcontrols.res b/resource/ui/econ/store/v2/storeitemcontrols.res deleted file mode 100644 index 93ec158..0000000 --- a/resource/ui/econ/store/v2/storeitemcontrols.res +++ /dev/null @@ -1,65 +0,0 @@ -"Resource/UI/StoreItemControls.res" -{ - "StoreItemControls" - { - "ControlName" "CStoreItemControlsPanel" - "fieldName" "StoreItemControls" - "xpos" "0" - "ypos" "0" - "zpos" "20" - "wide" "20" - "tall" "20" - "visible" "1" - "enabled" "1" - } - - "AddToCartButton" - { - "ControlName" "CExImageButton" - "fieldName" "AddToCartButton" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "addtocart" - - "paintbackground" "1" - - "defaultBgColor_override" "76 107 34 255" - "ArmedBgColor_override" "86 117 44 255" - "depressedBgColor_override" "66 97 24 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" - "image_depressedcolor" "255 80 60 255" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "CartImage" - "xpos" "1" - "ypos" "1" - "zpos" "13" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "image" "store_cart" - "scaleImage" "1" - } - } -} -- cgit v1.2.3