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