From 386fdfc04a273a2939234d8823305a0c7ca8e4a2 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 May 2026 14:46:52 -0400 Subject: [PATCH] move text --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index af5a890..4a5025e 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -356,7 +356,7 @@ def draw_single_game(canvas, game): canvas, font, 55, - 15, + 25, graphics.Color(255,255,255), str(game["status"]) )