move status

This commit is contained in:
2026-06-25 23:15:00 -04:00
parent 5f9d5375a4
commit 7283be3984
+3
View File
@@ -168,6 +168,9 @@ def _draw_text_overlay(canvas, ordered, scroll_x):
_rbg(Colors.YELLOW.value), date) _rbg(Colors.YELLOW.value), date)
graphics.DrawText(canvas, font_small, x + 18, 25, graphics.DrawText(canvas, font_small, x + 18, 25,
_rbg(Colors.YELLOW.value), time) _rbg(Colors.YELLOW.value), time)
else:
graphics.DrawText(canvas, font_small x + 45, 25,
_rbg(Colors.YELLOW.value), game["status"])