diff options
| author | CriticalFlaw <[email protected]> | 2020-08-06 23:13:59 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-06 23:13:59 -0400 |
| commit | 72289557fe993da654a16dff30d39b3304cd85d5 (patch) | |
| tree | a6aeb3c8e902c8560aa73e7e6aa27d4ca0689e1c /resource/ui/econ/store/v2/storeviewcartpanel.res | |
| parent | 15983e35d34168288bbfd248f55e6f6e5e153b0e (diff) | |
Main Menu Updates, More Bug Fixes
- Updated various main menu and store pages.
- Updated the look of the TargetID and Friends list.
- Fixed the position of the count of players on the payload
- Fixed the size of the badge seen on the post match screen.
- Fixed the item effect meter not being properly centered in minmode.
- Removed icons from the abandon panels.
- Updated font definitions throughout the hud.
Diffstat (limited to 'resource/ui/econ/store/v2/storeviewcartpanel.res')
| -rw-r--r-- | resource/ui/econ/store/v2/storeviewcartpanel.res | 47 |
1 files changed, 14 insertions, 33 deletions
diff --git a/resource/ui/econ/store/v2/storeviewcartpanel.res b/resource/ui/econ/store/v2/storeviewcartpanel.res index d579550..5d3177c 100644 --- a/resource/ui/econ/store/v2/storeviewcartpanel.res +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -76,7 +76,7 @@ { "ControlName" "Label" "fieldname" "quantitylabel" - "font" "HudFontSmallestBold" + "font" "Cerbetica12" "textAlignment" "north-east" "xpos" "70" "ypos" "45" @@ -113,14 +113,14 @@ "ypos" "17" "zpos" "5" "wide" "100" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#Store_Remove" - "font" "HudFontSmallBold" + "font" "Cerbetica14" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -146,26 +146,7 @@ "visible" "1" "enabled" "1" "labelText" "%price%" - "fgcolor_override" "130 120 104 255" - } - - "PreviewItemLabel" - { - "ControlName" "Label" - "fieldname" "PreviewItemLabel" - "font" "HudFontSmallest" - "textAlignment" "center" - "xpos" "110" - "ypos" "36" - "wide" "250" - "tall" "15" - "zpos" "15" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%preview_item%" - "fgcolor_override" "130 120 104 255" + "fgcolor_override" "DullWhite" } } } @@ -233,7 +214,7 @@ "FooterLine" { "ControlName" "EditablePanel" - "fieldName" "HeaderLine" + "fieldName" "FooterLine" "xpos" "0" "ypos" "420" "zpos" "2" @@ -261,7 +242,7 @@ "ControlName" "EditablePanel" "fieldName" "HeaderLine" "xpos" "0" - "ypos" "420" + "ypos" "0" "zpos" "2" "wide" "f0" "tall" "2" @@ -333,20 +314,20 @@ "wide" "600" "tall" "240" "PaintBackgroundType" "2" - "fgcolor_override" "118 107 94 255" // Gets copied to the scrollbar fgcolor as part of ScrollableEditablePanel + "fgcolor_override" "DullWhite" // Gets copied to the scrollbar fgcolor as part of ScrollableEditablePanel "bgcolor_override" "DarkGrey" "autohide_buttons" "1" "Scrollbar" { "xpos" "586" - "wide" "11" + "wide" "4" "tall" "240" "zpos" "1000" "Slider" { - "PaintBackgroundType" "2" + "PaintBackgroundType" "1" } "nobuttons" "1" @@ -438,7 +419,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "130 120 104 255" + "fgcolor_override" "White" } "TotalSubtextLabelB" @@ -457,7 +438,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "130 120 104 255" + "fgcolor_override" "White" } "TotalPriceLabel" @@ -476,7 +457,7 @@ "visible" "1" "enabled" "1" "labelText" "%totalprice%" - "fgcolor_override" "130 120 104 255" + "fgcolor_override" "White" } } } @@ -498,7 +479,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_ContinueShopping" - "font" "HudFontSmallBold" + "font" "Cerbetica14" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -523,7 +504,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_Checkout" - "font" "HudFontSmallBold" + "font" "Cerbetica14" "textAlignment" "center" "dulltext" "0" "brighttext" "0" |
