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/targetid.res | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'resource/ui/targetid.res') diff --git a/resource/ui/targetid.res b/resource/ui/targetid.res index 8cfbe4f..8b2a286 100644 --- a/resource/ui/targetid.res +++ b/resource/ui/targetid.res @@ -18,11 +18,13 @@ { "ControlName" "CTFImagePanel" "fieldName" "TargetIDBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "visible" "0" - "enabled" "0" + "xpos" "0" + "ypos" "48" + "zpos" "1" + "wide" "f0" + "tall" "35" + "visible" "1" + "enabled" "1" "image" "../hud/color_panel_brown" "scaleImage" "1" "teambg_1" "../hud/color_panel_brown" @@ -105,7 +107,7 @@ "xpos" "15" "ypos" "15" "zpos" "6" - "wide" "300" + "wide" "f0" "tall" "15" "visible" "1" "enabled" "1" @@ -151,7 +153,7 @@ "ControlName" "EditablePanel" "fieldName" "KillStreakAnchor" "xpos" "2" - "ypos" "18" + "ypos" "17" "wide" "8" "tall" "8" "visible" "1" @@ -224,11 +226,11 @@ { "ControlName" "ImagePanel" "fieldName" "MoveableSymbolIcon" - "xpos" "5" - "ypos" "7" - "zpos" "6" - "wide" "0" - "tall" "0" + "xpos" "16" + "ypos" "0" + "zpos" "12" + "wide" "16" + "tall" "8" "visible" "1" "enabled" "1" "image" "../hud/eng_sel_item_movable" @@ -242,7 +244,7 @@ "fieldName" "MoveableKeyLabel" "font" "HudFontSmallest" "xpos" "0" - "ypos" "29" + "ypos" "43" "zpos" "6" "wide" "12" "tall" "0" -- cgit v1.2.3