From 46d248b5167f9c8794c3125146952fef08f86bcd Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 28 Dec 2020 13:46:03 -0500 Subject: Added Hypnotize's Icons - Updated to Hypnotize's icon pack. - Updated multiple files, removed unused code. --- resource/ui/econ/inspectionpanel.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/econ/inspectionpanel.res') diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index dc4a79f..3c42ff4 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -361,7 +361,7 @@ "fixed_paintkit" { - "ypos" "10" + "ypos" "10" } "zpos" "100" @@ -609,8 +609,8 @@ "defaultFgColor_override" "White" "defaultBgColor_override" "72 103 32 255" - "armedFgColor_override" "White" - "armedBgColor_override" "72 133 32 255" + "selectedFgColor_override" "White" + "selectedBgColor_override" "72 133 32 255" "sound_armed" "ui/item_info_mouseover.wav" "sound_depressed" "UI/buttonclick.wav" -- cgit v1.2.3 From e0f728581ba5d7ca0d7ea06b015c36e189993664 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Dec 2020 21:00:35 -0500 Subject: 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. --- resource/ui/econ/inspectionpanel.res | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'resource/ui/econ/inspectionpanel.res') 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" -- cgit v1.2.3 From fa52fc56431c410283f185f96c4849b9c5d12bf4 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 30 Dec 2020 15:11:57 -0500 Subject: 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. --- resource/ui/econ/inspectionpanel.res | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resource/ui/econ/inspectionpanel.res') diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index 02e4c82..3a20a22 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -532,6 +532,11 @@ "sound_released" "UI/buttonclickrelease.wav" "command" "random_seed" + "defaultFgColor_override" "White" + "defaultBgColor_override" "Black" + "selectedFgColor_override" "Black" + "selectedBgColor_override" "White" + "consume_mode" { "visible" "0" -- cgit v1.2.3