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