From 03d679948bd75ef36c393a60c39ad03deb1afc52 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 19 Apr 2025 14:59:55 -0500 Subject: [PATCH] arranging score higher for NBA --- src/nba_managers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nba_managers.py b/src/nba_managers.py index 91706c58..874241cd 100644 --- a/src/nba_managers.py +++ b/src/nba_managers.py @@ -452,7 +452,7 @@ class BaseNBAManager: # Calculate position for the score text (centered at the bottom) score_width = draw.textlength(score_text, font=self.fonts['score']) score_x = (self.display_width - score_width) // 2 - score_y = self.display_height - 5 + score_y = self.display_height - 10 draw.text((score_x, score_y), score_text, font=self.fonts['score'], fill=(255, 255, 255)) # Draw period and time or Final