From 0f8e7dce1f1ce6c7e20b85584ab977ed3307c9d9 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 May 2026 14:45:52 -0400 Subject: [PATCH] move text --- scoreboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scoreboard.py b/scoreboard.py index cf09423..d95f1a9 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -355,8 +355,8 @@ def draw_single_game(canvas, game): graphics.DrawText( canvas, font, - 25, - 29, + 35, + 35, graphics.Color(255,255,255), str(game["status"]) )