diff options
| author | CriticalFlaw <[email protected]> | 2020-12-30 15:11:57 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-30 15:11:57 -0500 |
| commit | fa52fc56431c410283f185f96c4849b9c5d12bf4 (patch) | |
| tree | 12cb9619236dcf52474017eac3157cd248d6003a /resource/ui/econ/store/v2 | |
| parent | 5752f38cce9d4623dbb13e13a3c7d466aae7c3e6 (diff) | |
Bug Fixes, see notes.
- Fixed the casual and competitive stats not displaying properly.
- Fixed the sapper building panel not displaying when sapping a building.
- Fixed the time added label not being positioned properly.
- Fixed the KOTH timers not displaying team colors.
- Fixed the buyback label not appearing in Mann vs. Machine.
- Fixed the TargetID not displaying a team colored panel when looking at players.
- Fixed the TargetID missing a hand icon for picking up buildings.
- Added a score panel for the Passtime game mode.
- Added a missing help label to the spell counter.
- Removed unused files.
- Miscellenaous tweaks and improvements.
Diffstat (limited to 'resource/ui/econ/store/v2')
| -rw-r--r-- | resource/ui/econ/store/v2/storepage.res | 24 | ||||
| -rw-r--r-- | resource/ui/econ/store/v2/storepanel.res | 2 | ||||
| -rw-r--r-- | resource/ui/econ/store/v2/storepreviewitempanel.res | 1 | ||||
| -rw-r--r-- | resource/ui/econ/store/v2/storepreviewitempanel_maps.res | 3 |
4 files changed, 17 insertions, 13 deletions
diff --git a/resource/ui/econ/store/v2/storepage.res b/resource/ui/econ/store/v2/storepage.res index b876c4c..0ab0419 100644 --- a/resource/ui/econ/store/v2/storepage.res +++ b/resource/ui/econ/store/v2/storepage.res @@ -188,19 +188,19 @@ "paintborder" "1" "fgcolor_override" "TanLight" - "bgcolor_override" "15 15 15 255" + "bgcolor_override" "Black" "disabledFgColor_override" "TanLight" - "disabledBgColor_override" "15 15 15 255" - "selectionColor_override" "15 15 15 255" + "disabledBgColor_override" "Black" + "selectionColor_override" "Black" "selectionTextColor_override" "TanLight" - "defaultSelectionBG2Color_override" "15 15 15 255" + "defaultSelectionBG2Color_override" "Black" "Button" { "defaultFgColor_override" "TanLight" - "defaultBgColor_override" "15 15 15 255" + "defaultBgColor_override" "Black" "armedFgColor_override" "15 255 255 255" - "armedBgColor_override" "15 15 15 255" + "armedBgColor_override" "Black" "paintbackgroundtype" "2" } } @@ -229,19 +229,19 @@ "paintborder" "1" "fgcolor_override" "TanLight" - "bgcolor_override" "15 15 15 255" + "bgcolor_override" "Black" "disabledFgColor_override" "TanLight" - "disabledBgColor_override" "15 15 15 255" - "selectionColor_override" "15 15 15 255" + "disabledBgColor_override" "Black" + "selectionColor_override" "Black" "selectionTextColor_override" "TanLight" - "defaultSelectionBG2Color_override" "15 15 15 255" + "defaultSelectionBG2Color_override" "Black" "Button" { "defaultFgColor_override" "TanLight" - "defaultBgColor_override" "15 15 15 255" + "defaultBgColor_override" "Black" "armedFgColor_override" "15 255 255 255" - "armedBgColor_override" "15 15 15 255" + "armedBgColor_override" "Black" "paintbackgroundtype" "2" } } diff --git a/resource/ui/econ/store/v2/storepanel.res b/resource/ui/econ/store/v2/storepanel.res index e1b48d0..0db5a9f 100644 --- a/resource/ui/econ/store/v2/storepanel.res +++ b/resource/ui/econ/store/v2/storepanel.res @@ -221,7 +221,7 @@ "zpos" "5" "wide" "70" "tall" "100" - "font" "HudFontSmallest" + "font" "Cerbetica10" "wrap" "1" "labelText" "#Store_ConfirmStampDonationAddTitle" "visible" "0" diff --git a/resource/ui/econ/store/v2/storepreviewitempanel.res b/resource/ui/econ/store/v2/storepreviewitempanel.res index ecdeea9..288c206 100644 --- a/resource/ui/econ/store/v2/storepreviewitempanel.res +++ b/resource/ui/econ/store/v2/storepreviewitempanel.res @@ -1464,6 +1464,7 @@ "dulltext" "0" "brighttext" "0" "default" "1" + "allcaps" "1" "Command" "addtocart" "sound_depressed" "UI/buttonclick.wav" diff --git a/resource/ui/econ/store/v2/storepreviewitempanel_maps.res b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res index f8eaf13..9f67564 100644 --- a/resource/ui/econ/store/v2/storepreviewitempanel_maps.res +++ b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res @@ -533,6 +533,7 @@ "brighttext" "0" "default" "1" "Command" "close" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } @@ -556,7 +557,9 @@ "dulltext" "0" "brighttext" "0" "default" "1" + "allcaps" "1" "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } |
