This commit is contained in:
2026-06-25 23:16:42 -04:00
parent c792963674
commit e520dc0318
+3 -2
View File
@@ -166,10 +166,11 @@ def _draw_text_overlay(canvas, ordered, scroll_x):
graphics.DrawText(canvas, font_small, x + 65, 15, graphics.DrawText(canvas, font_small, x + 65, 15,
_rbg(Colors.YELLOW.value), date) _rbg(Colors.YELLOW.value), date)
graphics.DrawText(canvas, font_small, x + 65, 20, graphics.DrawText(canvas, font_small, x + 65, 25,
_rbg(Colors.YELLOW.value), time) _rbg(Colors.YELLOW.value), time)
print(game)
else: else:
graphics.DrawText(canvas, font_small, x + 45, 20, graphics.DrawText(canvas, font_small, x + 65, 20,
_rbg(Colors.YELLOW.value), game["status"]) _rbg(Colors.YELLOW.value), game["status"])