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/hudobjectiveflagpanel.res | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'resource/ui/hudobjectiveflagpanel.res') diff --git a/resource/ui/hudobjectiveflagpanel.res b/resource/ui/hudobjectiveflagpanel.res index ce2e021..4b08501 100644 --- a/resource/ui/hudobjectiveflagpanel.res +++ b/resource/ui/hudobjectiveflagpanel.res @@ -30,7 +30,6 @@ "visible" "1" "enabled" "1" "fillcolor" "70 130 180 153" - "scaleImage" "1" "if_hybrid" { @@ -60,7 +59,6 @@ "visible" "1" "enabled" "1" "fillcolor" "205 50 50 153" - "scaleImage" "1" "if_hybrid" { @@ -116,7 +114,6 @@ "visible" "0" } } - "BlueScoreShadow" { "ControlName" "CExLabel" @@ -132,10 +129,7 @@ "labelText" "%bluescore%" "font" "Cerbetica40" "fgcolor" "TransparentBlack" - - "pin_to_sibling" "BlueScore" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" + "pin_to_sibling" "BlueScore" "if_hybrid" { @@ -200,10 +194,7 @@ "labelText" "%redscore%" "font" "Cerbetica40" "fgcolor" "TransparentBlack" - - "pin_to_sibling" "RedScore" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" + "pin_to_sibling" "RedScore" "if_hybrid" { @@ -429,7 +420,6 @@ "image" "marked_for_death" "scaleImage" "1" } - "PoisonTimeLabel" { "ControlName" "CExLabel" -- 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/hudobjectiveflagpanel.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/hudobjectiveflagpanel.res') diff --git a/resource/ui/hudobjectiveflagpanel.res b/resource/ui/hudobjectiveflagpanel.res index 4b08501..56782ca 100644 --- a/resource/ui/hudobjectiveflagpanel.res +++ b/resource/ui/hudobjectiveflagpanel.res @@ -29,7 +29,7 @@ "tall" "34" "visible" "1" "enabled" "1" - "fillcolor" "70 130 180 153" + "fillcolor" "Blue" "if_hybrid" { @@ -58,7 +58,7 @@ "tall" "34" "visible" "1" "enabled" "1" - "fillcolor" "205 50 50 153" + "fillcolor" "Red" "if_hybrid" { @@ -312,7 +312,7 @@ if_mvm { - "ypos" "r95" + "ypos" "r65" } "if_hybrid" -- cgit v1.2.3