Template:PatchDiff/October 13, 2011 Patch/team fortress 2 content.gcf/tf/resource/ui/econ/store/v1/StorePrice Bundles.res

From Team Fortress Wiki
Jump to: navigation, search
N/A1#Base "StorePrice.res"
N/A2 
N/A3"Resource/UI/StorePrice_New.res"
N/A4{
N/A5 // Override base font settings
N/A6 "Price"
N/A7 {
N/A8 "font" "HudFontSmallestBold"
N/A9 }
N/A10 
N/A11 "OG_Price"
N/A12 {
N/A13 "font" "HudFontSmallestBold"
N/A14 }
N/A15 
N/A16 "Discount"
N/A17 {
N/A18 "font" "HudFontSmallestBold"
N/A19 }
N/A20 
N/A21 // Add a large version of "limited"
N/A22 "LimitedLarge"
N/A23 {
N/A24 "ControlName" "ImagePanel"
N/A25 "fieldName" "LimitedLarge"
N/A26 "ypos" "2"
N/A27 "wide" "22"
N/A28 "tall" "22"
N/A29 "zpos" "20"
N/A30 "visible" "0"
N/A31 "enabled" "1"
N/A32 "image" "../backpack/crafting/limited_time_sticker"
N/A33 "scaleImage" "1"
N/A34 }
N/A35}