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/itemmodelpanel.res | 60 ++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'resource/ui/econ/itemmodelpanel.res') diff --git a/resource/ui/econ/itemmodelpanel.res b/resource/ui/econ/itemmodelpanel.res index 4f6ed8d..18dcc4d 100644 --- a/resource/ui/econ/itemmodelpanel.res +++ b/resource/ui/econ/itemmodelpanel.res @@ -2,14 +2,14 @@ { "mouseoveritempanel" { - "fieldName" "mouseoveritempanel" - "collection_list_xpos" "250" - "is_mouseover" "1" - "text_xpos_collection" "0" - "text_ypos" "15" - "text_forcesize" "0" - "text_xpos" "15" - "text_wide" "270" + "fieldName" "mouseoveritempanel" + "collection_list_xpos" "250" + "is_mouseover" "1" + "text_xpos_collection" "0" + "text_ypos" "15" + "text_forcesize" "0" + "text_xpos" "15" + "text_wide" "270" //"model_xpos_collection" "77" //"model_ypos_collection" "20" //"model_wide_collection" "156" @@ -18,32 +18,32 @@ "LoadingSpinner" { - "ControlName" "ImagePanel" - "fieldName" "LoadingSpinner" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "f0" - "tall" "f0" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "paintborder" "0" - "image" "animated/tf2_logo_hourglass" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "LoadingSpinner" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" } "MainContentsContainer" { - "ControlName" "EditablePanel" - "fieldName" "MainContentsContainer" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" - "visible" "1" - "bgcolor_override" "Transparent" + "ControlName" "EditablePanel" + "fieldName" "MainContentsContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "bgcolor_override" "Transparent" "itemmodelpanel" { -- 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/itemmodelpanel.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/econ/itemmodelpanel.res') 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" -- 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/itemmodelpanel.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/econ/itemmodelpanel.res') diff --git a/resource/ui/econ/itemmodelpanel.res b/resource/ui/econ/itemmodelpanel.res index 8da8930..9e5aa8a 100644 --- a/resource/ui/econ/itemmodelpanel.res +++ b/resource/ui/econ/itemmodelpanel.res @@ -177,7 +177,7 @@ "xpos" "4" "ypos" "4" "zpos" "2" - "wide" "14" + "wide" "17" "tall" "10" "autoResize" "0" "pinCorner" "0" -- cgit v1.2.3