From 7283be39841c2359efdec583f25ef34f6f22cba5 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 25 Jun 2026 23:15:00 -0400 Subject: [PATCH] move status --- modes/score.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modes/score.py b/modes/score.py index ec91eda..b6197df 100644 --- a/modes/score.py +++ b/modes/score.py @@ -168,6 +168,9 @@ def _draw_text_overlay(canvas, ordered, scroll_x): _rbg(Colors.YELLOW.value), date) graphics.DrawText(canvas, font_small, x + 18, 25, _rbg(Colors.YELLOW.value), time) + else: + graphics.DrawText(canvas, font_small x + 45, 25, + _rbg(Colors.YELLOW.value), game["status"])