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