From f3c3b01b913bd3e652a659f83c4df6cd82a4d170 Mon Sep 17 00:00:00 2001 From: Beventar <247670086+Beventar@users.noreply.github.com> Date: Wed, 7 Jan 2026 15:43:26 +0100 Subject: [PATCH 1/3] Fix pass time center ball icon clipping, invalid font reference --- resource/ui/hudpasstimeballstatus.res | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resource/ui/hudpasstimeballstatus.res b/resource/ui/hudpasstimeballstatus.res index 54c10c50..acdabd78 100644 --- a/resource/ui/hudpasstimeballstatus.res +++ b/resource/ui/hudpasstimeballstatus.res @@ -56,7 +56,7 @@ { "ControlName" "CExLabel" "fieldName" "EventDetailLabel" - "font" "FontRegular14" + "font" "Cerbetica14" "dropshadow" "1" "xpos" "0" "ypos" "0" @@ -78,7 +78,7 @@ "ControlName" "ImagePanel" "fieldName" "ProgressLevelBar" "xpos" "c-190" - "ypos" "r35" + "ypos" "r38" "zpos" "0" "wide" "380" "tall" "48" @@ -94,7 +94,7 @@ "ControlName" "Panel" "fieldName" "BlueProgressEnd" "xpos" "c-152" - "ypos" "r11" + "ypos" "r14" "visible" "0" } @@ -103,7 +103,7 @@ "ControlName" "Panel" "fieldName" "RedProgressEnd" "xpos" "c152" - "ypos" "r11" + "ypos" "r14" "visible" "0" } @@ -112,7 +112,7 @@ "ControlName" "ImagePanel" "fieldName" "GoalBlue0" "xpos" "c-162" - "ypos" "r19" + "ypos" "r22" "zpos" "1" "wide" "17" "tall" "17" @@ -131,7 +131,7 @@ "ControlName" "ImagePanel" "fieldName" "GoalBlue1" "xpos" "c-132" - "ypos" "r19" + "ypos" "r22" "zpos" "1" "wide" "17" "tall" "17" @@ -150,7 +150,7 @@ "ControlName" "ImagePanel" "fieldName" "GoalBlue2" "xpos" "c-102" - "ypos" "r19" + "ypos" "r22" "zpos" "1" "wide" "17" "tall" "17" @@ -169,7 +169,7 @@ "ControlName" "ImagePanel" "fieldName" "GoalRed0" "xpos" "c146" - "ypos" "r19" + "ypos" "r22" "zpos" "1" "wide" "17" "tall" "17" @@ -188,7 +188,7 @@ "ControlName" "ImagePanel" "fieldName" "GoalRed1" "xpos" "c116" - "ypos" "r19" + "ypos" "r22" "zpos" "1" "wide" "17" "tall" "17" @@ -207,7 +207,7 @@ "ControlName" "ImagePanel" "fieldName" "GoalRed2" "xpos" "c86" - "ypos" "r19" + "ypos" "r22" "zpos" "1" "wide" "17" "tall" "17" @@ -635,4 +635,4 @@ "wide" "12" "tall" "12" } -} \ No newline at end of file +} From 47740fdbc55a2b2acf9aebe1fa30e34c55958f7a Mon Sep 17 00:00:00 2001 From: Beventar <247670086+Beventar@users.noreply.github.com> Date: Wed, 7 Jan 2026 15:44:21 +0100 Subject: [PATCH 2/3] Fix mvm center flag panel clipping --- resource/ui/hudobjectiveflagpanel.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/ui/hudobjectiveflagpanel.res b/resource/ui/hudobjectiveflagpanel.res index ecda12cc..cadbea39 100644 --- a/resource/ui/hudobjectiveflagpanel.res +++ b/resource/ui/hudobjectiveflagpanel.res @@ -397,7 +397,7 @@ "if_mvm" { - "ypos" "r65" + "ypos" "r68" } } @@ -508,4 +508,4 @@ "image" "../hud/objectives_flagpanel_carried_red" "scaleImage" "1" } -} \ No newline at end of file +} From 09baed871642b7f4aeb321c0b413d2245e5c1a1b Mon Sep 17 00:00:00 2001 From: Beventar <247670086+Beventar@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:23:32 +0100 Subject: [PATCH 3/3] Update hudobjectiveflagpanel.res --- resource/ui/hudobjectiveflagpanel.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/ui/hudobjectiveflagpanel.res b/resource/ui/hudobjectiveflagpanel.res index cadbea39..4998bc7f 100644 --- a/resource/ui/hudobjectiveflagpanel.res +++ b/resource/ui/hudobjectiveflagpanel.res @@ -397,7 +397,7 @@ "if_mvm" { - "ypos" "r68" + "ypos" "r69" } }