arranging score higher for NBA

This commit is contained in:
ChuckBuilds
2025-04-19 14:59:55 -05:00
parent b5859ff8ef
commit 03d679948b

View File

@@ -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