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/store/v2 | |
| 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/store/v2')
| -rw-r--r-- | resource/ui/econ/store/v2/storepreviewitempanel.res | 98 |
1 files changed, 48 insertions, 50 deletions
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" |
