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/hudbosshealth.res | 70 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 resource/ui/hudbosshealth.res (limited to 'resource/ui/hudbosshealth.res') diff --git a/resource/ui/hudbosshealth.res b/resource/ui/hudbosshealth.res new file mode 100644 index 0000000..a058325 --- /dev/null +++ b/resource/ui/hudbosshealth.res @@ -0,0 +1,70 @@ +"Resource/UI/HudBossHealth.res" +{ + "BorderImage" + { + "ControlName" "EditablePanel" + "fieldName" "BorderImage" + "xpos" "0" + "ypos" "5" + "zpos" "0" + "wide" "200" + "tall" "22" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + } + + "HealthBarPanel" + { + "ControlName" "EditablePanel" + "fieldName" "HealthBarPanel" + "xpos" "15" + "ypos" "9" + "zpos" "1" + "wide" "168" + "tall" "13" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + + "BarImage" + { + "ControlName" "ImagePanel" + "fieldName" "BarImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "168" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/halloween_bar" + "scaleImage" "1" + } + } + + "StunMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "StunMeter" + "font" "Default" + "xpos" "50" + "ypos" "19" + "zpos" "2" + "wide" "100" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "255 255 0 255" + "bgcolor_override" "50 0 0 255" + } +} \ No newline at end of file -- cgit v1.2.3