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/destroy_menu/hudmenuengydestroy.res | 8 -------- 1 file changed, 8 deletions(-) (limited to 'resource/ui/destroy_menu') diff --git a/resource/ui/destroy_menu/hudmenuengydestroy.res b/resource/ui/destroy_menu/hudmenuengydestroy.res index 35accc6..dd7a6c7 100644 --- a/resource/ui/destroy_menu/hudmenuengydestroy.res +++ b/resource/ui/destroy_menu/hudmenuengydestroy.res @@ -19,14 +19,6 @@ "ControlName" "CIconPanel" "fieldName" "DestroyIcon" "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "48" - "tall" "48" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_demolish" } "TitleLabel" -- 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/destroy_menu/base_active.res | 2 +- resource/ui/destroy_menu/base_inactive.res | 2 +- resource/ui/destroy_menu/hudmenuengydestroy.res | 26 ++++++++----------------- 3 files changed, 10 insertions(+), 20 deletions(-) (limited to 'resource/ui/destroy_menu') diff --git a/resource/ui/destroy_menu/base_active.res b/resource/ui/destroy_menu/base_active.res index 2ace4fa..e606c95 100644 --- a/resource/ui/destroy_menu/base_active.res +++ b/resource/ui/destroy_menu/base_active.res @@ -91,7 +91,7 @@ "font" "HudFontMediumSecondary" "fgcolor" "TanLight" "xpos" "0" - "ypos" "95" + "ypos" "92" "zpos" "1" "wide" "100" "tall" "20" diff --git a/resource/ui/destroy_menu/base_inactive.res b/resource/ui/destroy_menu/base_inactive.res index 119d671..969bb1d 100644 --- a/resource/ui/destroy_menu/base_inactive.res +++ b/resource/ui/destroy_menu/base_inactive.res @@ -100,7 +100,7 @@ "font" "HudFontMediumSecondary" "fgcolor" "ColorRed" "xpos" "0" - "ypos" "95" + "ypos" "92" "zpos" "1" "wide" "100" "tall" "20" diff --git a/resource/ui/destroy_menu/hudmenuengydestroy.res b/resource/ui/destroy_menu/hudmenuengydestroy.res index dd7a6c7..2efc06f 100644 --- a/resource/ui/destroy_menu/hudmenuengydestroy.res +++ b/resource/ui/destroy_menu/hudmenuengydestroy.res @@ -4,14 +4,7 @@ { "ControlName" "EditablePanel" "fieldName" "MainBackground" - "xpos" "0" - "ypos" "20" - "zpos" "0" - "wide" "400" - "tall" "120" - "visible" "1" - "enabled" "1" - "paintbackground" "0" + "xpos" "9999" } "DestroyIcon" @@ -60,10 +53,7 @@ "textAlignment" "west" "dulltext" "1" "brighttext" "0" - - "pin_to_sibling" "TitleLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" + "pin_to_sibling" "TitleLabel" } "CancelLabel" @@ -71,17 +61,17 @@ "ControlName" "CExLabel" "fieldName" "CancelLabel" "font" "SpectatorKeyHints" - "xpos" "9999" - "ypos" "9999" + "xpos" "0" + "ypos" "127" "zpos" "1" - "wide" "200" + "wide" "395" "tall" "13" "autoResize" "0" "pinCorner" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "East" + "textAlignment" "east" "dulltext" "0" "brighttext" "0" } -- 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/destroy_menu/base_active.res | 2 +- resource/ui/destroy_menu/base_inactive.res | 2 +- resource/ui/destroy_menu/hudmenuengydestroy.res | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/destroy_menu') diff --git a/resource/ui/destroy_menu/base_active.res b/resource/ui/destroy_menu/base_active.res index e606c95..2ace4fa 100644 --- a/resource/ui/destroy_menu/base_active.res +++ b/resource/ui/destroy_menu/base_active.res @@ -91,7 +91,7 @@ "font" "HudFontMediumSecondary" "fgcolor" "TanLight" "xpos" "0" - "ypos" "92" + "ypos" "95" "zpos" "1" "wide" "100" "tall" "20" diff --git a/resource/ui/destroy_menu/base_inactive.res b/resource/ui/destroy_menu/base_inactive.res index 969bb1d..119d671 100644 --- a/resource/ui/destroy_menu/base_inactive.res +++ b/resource/ui/destroy_menu/base_inactive.res @@ -100,7 +100,7 @@ "font" "HudFontMediumSecondary" "fgcolor" "ColorRed" "xpos" "0" - "ypos" "92" + "ypos" "95" "zpos" "1" "wide" "100" "tall" "20" diff --git a/resource/ui/destroy_menu/hudmenuengydestroy.res b/resource/ui/destroy_menu/hudmenuengydestroy.res index 2efc06f..f72eb92 100644 --- a/resource/ui/destroy_menu/hudmenuengydestroy.res +++ b/resource/ui/destroy_menu/hudmenuengydestroy.res @@ -62,7 +62,7 @@ "fieldName" "CancelLabel" "font" "SpectatorKeyHints" "xpos" "0" - "ypos" "127" + "ypos" "8" "zpos" "1" "wide" "395" "tall" "13" -- cgit v1.2.3