move text

This commit is contained in:
2026-05-03 14:45:52 -04:00
parent 69f15bdfc1
commit 0f8e7dce1f
+2 -2
View File
@@ -355,8 +355,8 @@ def draw_single_game(canvas, game):
graphics.DrawText( graphics.DrawText(
canvas, canvas,
font, font,
25, 35,
29, 35,
graphics.Color(255,255,255), graphics.Color(255,255,255),
str(game["status"]) str(game["status"])
) )