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(
canvas,
font,
25,
29,
35,
35,
graphics.Color(255,255,255),
str(game["status"])
)