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