move text

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