diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/econ/store/v2/storehome_base.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/econ/store/v2/storehome_base.res')
| -rw-r--r-- | resource/ui/econ/store/v2/storehome_base.res | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/resource/ui/econ/store/v2/storehome_base.res b/resource/ui/econ/store/v2/storehome_base.res index f1b0d62..7a02259 100644 --- a/resource/ui/econ/store/v2/storehome_base.res +++ b/resource/ui/econ/store/v2/storehome_base.res @@ -185,7 +185,7 @@ "autoResize" "0" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "35 35 35 255" + "bgcolor_override" "DarkGrey" } "attriblabel" @@ -295,7 +295,7 @@ "ControlName" "CNavigationPanel" "fieldName" "ItemCategoryTabs" "xpos" "c-230" - "ypos" "30" + "ypos" "31" "zpos" "0" "wide" "430" "tall" "25" @@ -321,8 +321,8 @@ "tabPosition" "0" "textAlignment" "center" "scaleImage" "1" - "font" "Cerbetica16" - "fgcolor" "124 114 99 255" + "font" "HudFontSmallest" + "fgcolor" "TanDark" "defaultBgColor_override" "25 25 25 255" "defaultFgColor_override" "124 114 99 255" @@ -417,11 +417,11 @@ { "ControlName" "CExLabel" "fieldName" "BackpackSpaceLabel" - "font" "Cerbetica14" + "font" "HudFontSmallest" "labelText" "%freebackpackspace%" "textAlignment" "west" - "xpos" "c-230" - "ypos" "310" + "xpos" "c-237" + "ypos" "315" "zpos" "10" "wide" "160" "tall" "20" @@ -435,10 +435,10 @@ { "ControlName" "CExButton" "fieldName" "CartButton" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "%storecart%" "textAlignment" "east" - "xpos" "c-230" + "xpos" "c-238" "ypos" "334" "zpos" "12" "wide" "56" @@ -448,6 +448,7 @@ "PaintBackgroundType" "2" "textinsetx" "15" "Command" "viewcart" + "defaultBgColor_override" "TanDarker" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } @@ -456,7 +457,7 @@ { "ControlName" "ImagePanel" "fieldName" "CartImage" - "xpos" "c-225" + "xpos" "c-233" "ypos" "336" "zpos" "13" "wide" "24" @@ -482,7 +483,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_BrowseTheStore" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -507,7 +508,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_MarketPlace" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -608,16 +609,17 @@ { "ControlName" "EditablePanel" "fieldName" "Wall" - "xpos" "0" + "xpos" "c-250" "ypos" "55" "zpos" "-5" - "wide" "f0" - "tall" "f0" + "wide" "505" + "tall" "260" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "paintbackground" "1" - "bgcolor_override" "0 0 0 100" + "bgcolor_override" "DarkerGrey" + "PaintBackgroundType" "2" } }
\ No newline at end of file |
