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/compstats.res | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'resource/ui/compstats.res') diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res index 11d045c..c3c9067 100644 --- a/resource/ui/compstats.res +++ b/resource/ui/compstats.res @@ -68,13 +68,14 @@ "font" "HudFontSmallest" "fgcolor_override" "TanLight" "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } "ShowMatchHistoryButton" { - "ControlName" "Button" + "ControlName" "CExButton" "fieldName" "ShowMatchHistoryButton" "xpos" "10" "ypos" "38" @@ -89,6 +90,7 @@ "font" "HudFontSmallest" "fgcolor_override" "TanLight" "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } @@ -182,14 +184,14 @@ "tall" "18" "proportionaltoparent" "1" "visible" "1" - "paintbackground" "0" - "border_default" "SortCategoryBorder" "labeltext" "#TF_Competitive_Result" "font" "HudFontSmallest" - "fgcolor_override" "141 63 63 255" "textAlignment" "west" "textinsetx" "15" - + "fgcolor_override" "141 63 63 255" + "paintbackground" "0" + "border_default" "SortCategoryBorder" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" -- 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/compstats.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/compstats.res') diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res index c3c9067..5f14f5d 100644 --- a/resource/ui/compstats.res +++ b/resource/ui/compstats.res @@ -33,10 +33,10 @@ "ControlName" "CPvPRankPanel" "fieldName" "RankPanel" "xpos" "0" - "ypos" "-60" + "ypos" "-65" "zpos" "100" "wide" "330" - "tall" "92" + "tall" "f0" "visible" "1" "proportionaltoparent" "1" "mouseinputenabled" "0" -- cgit v1.2.3