diff options
| author | CriticalFlaw <[email protected]> | 2020-12-29 21:00:35 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-29 21:00:35 -0500 |
| commit | e0f728581ba5d7ca0d7ea06b015c36e189993664 (patch) | |
| tree | e92c90b4d1dffde240cff002e04d9e5b97a2eda9 /resource/ui/econ | |
| parent | ea282b4939ae1c8f5b69a89acf4db91d14491e62 (diff) | |
Bug Fixes, see notes.
- Fixed the stock items checkbox not working on the backpack page.
- Fixed the cutoff description label on the confirmation panel.
- Fixed the font for the item series number being too large to display.
- Fixed the store preview page not allowing to change item color and style.
- Increased the size of the sentry gun's health on the building panel (#158)
- Fixed the KOTH timer not being centred properly.
- Miscellenaous other fixes and improvements.
Diffstat (limited to 'resource/ui/econ')
| -rw-r--r-- | resource/ui/econ/backpackpanel.res | 2 | ||||
| -rw-r--r-- | resource/ui/econ/confirmdialog.res | 7 | ||||
| -rw-r--r-- | resource/ui/econ/inspectionpanel.res | 18 | ||||
| -rw-r--r-- | resource/ui/econ/inspectionpanel_cosmetic.res | 2 | ||||
| -rw-r--r-- | resource/ui/econ/itemmodelpanel.res | 2 | ||||
| -rw-r--r-- | resource/ui/econ/notificationtoastcontainer.res | 2 | ||||
| -rw-r--r-- | resource/ui/econ/store/v2/storepreviewitempanel.res | 98 |
7 files changed, 65 insertions, 66 deletions
diff --git a/resource/ui/econ/backpackpanel.res b/resource/ui/econ/backpackpanel.res index bd95d7a..5443e10 100644 --- a/resource/ui/econ/backpackpanel.res +++ b/resource/ui/econ/backpackpanel.res @@ -182,7 +182,7 @@ "xpos" "c-270" "ypos" "10" "zpos" "1" - "wide" "370" + "wide" "200" "tall" "25" "autoResize" "0" "pinCorner" "0" diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res index d473802..3e0b807 100644 --- a/resource/ui/econ/confirmdialog.res +++ b/resource/ui/econ/confirmdialog.res @@ -32,7 +32,7 @@ "ypos" "15" "zpos" "1" "wide" "324" - "tall" "23" + "tall" "25" "autoResize" "1" "pinCorner" "0" "visible" "1" @@ -49,12 +49,13 @@ "xpos" "40" "ypos" "50" "zpos" "1" - "wide" "324" + "wide" "244" "tall" "170" - "autoResize" "1" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" + "centerwrap" "1" } "CancelButton" diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index 3c42ff4..02e4c82 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -500,7 +500,7 @@ { "ControlName" "Button" "fieldName" "NewSeedButton" - "font" "HudFontSmall" + "font" "HudFontSmallest" "xpos" "8" "ypos" "75" @@ -565,10 +565,10 @@ "actionsignallevel" "2" "default" "1" "NumericInputOnly" "1" - "defaultfgcolor_override" "White" - "defaultbgcolor_override" "Black" - "selectedfgcolor_override" "Black" - "selectedbgcolor_override" "White" + "defaultFgColor_override" "White" + "defaultBgColor_override" "Black" + "selectedFgColor_override" "Black" + "selectedBgColor_override" "White" "maxchars" "18" "consume_mode" @@ -598,7 +598,7 @@ "wide" "75" "tall" "20" "labelText" "#TF_ItemAd_ViewOnMarket" - "font" "HudFontSmall" + "font" "HudFontSmallest" "textinsetx" "0" "textAlignment" "center" "proportionaltoparent" "1" @@ -608,9 +608,9 @@ "RoundedCorners" "0" "defaultFgColor_override" "White" - "defaultBgColor_override" "72 103 32 255" - "selectedFgColor_override" "White" - "selectedBgColor_override" "72 133 32 255" + "defaultBgColor_override" "Black" + "selectedFgColor_override" "Black" + "selectedBgColor_override" "White" "sound_armed" "ui/item_info_mouseover.wav" "sound_depressed" "UI/buttonclick.wav" diff --git a/resource/ui/econ/inspectionpanel_cosmetic.res b/resource/ui/econ/inspectionpanel_cosmetic.res index e2796e5..7fc17b8 100644 --- a/resource/ui/econ/inspectionpanel_cosmetic.res +++ b/resource/ui/econ/inspectionpanel_cosmetic.res @@ -461,7 +461,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_ItemDesc_ItemWikiPage" - "font" "Cerbetica12" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/itemmodelpanel.res b/resource/ui/econ/itemmodelpanel.res index 18dcc4d..8da8930 100644 --- a/resource/ui/econ/itemmodelpanel.res +++ b/resource/ui/econ/itemmodelpanel.res @@ -173,7 +173,7 @@ { "ControlName" "CExLabel" "fieldName" "serieslabel" - "font" "Default" + "font" "Cerbetica10" "xpos" "4" "ypos" "4" "zpos" "2" diff --git a/resource/ui/econ/notificationtoastcontainer.res b/resource/ui/econ/notificationtoastcontainer.res index 38ec259..88cd512 100644 --- a/resource/ui/econ/notificationtoastcontainer.res +++ b/resource/ui/econ/notificationtoastcontainer.res @@ -32,7 +32,7 @@ "wrap" "1" "labelText" "" "textAlignment" "North" - "font" "Cerbetica14" + "font" "Cerbetica10" "textinsetx" "2" "textinsety" "7" } diff --git a/resource/ui/econ/store/v2/storepreviewitempanel.res b/resource/ui/econ/store/v2/storepreviewitempanel.res index 498f376..ecdeea9 100644 --- a/resource/ui/econ/store/v2/storepreviewitempanel.res +++ b/resource/ui/econ/store/v2/storepreviewitempanel.res @@ -1099,8 +1099,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "image_drawcolor" "118 107 94 200" - "image_armedcolor" "128 117 104 255" + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" "SubImage" { @@ -1144,8 +1144,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "image_drawcolor" "118 107 94 200" - "image_armedcolor" "128 117 104 255" + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" "SubImage" { @@ -1163,6 +1163,50 @@ } } + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "c-63" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "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" "options" + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } + "TeamNavPanel" { "ControlName" "CNavigationPanel" @@ -1262,31 +1306,6 @@ } } - "PaintButton" - { - "ControlName" "CExButton" - "fieldName" "PaintButton" - "xpos" "c-158" - "ypos" "c-140" - "zpos" "20" - "wide" "76" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Store_Paint" - "font" "HudFontSmallest" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "paint_toggle" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - "CycleTextLabel" { "ControlName" "CExLabel" @@ -1306,27 +1325,6 @@ "centerwrap" "1" } - "NextStyleButton" - { - "ControlName" "CExButton" - "fieldName" "NextStyleButton" - "zpos" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Store_NextStyle" - "font" "HudFontSmallest" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "next_style" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - "PaintNameLabel" { "ControlName" "CExLabel" |
