move text

This commit is contained in:
2026-05-03 14:46:37 -04:00
parent 9c48a95ed3
commit 7cde8237a0
+2 -2
View File
@@ -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"])
)