From e520dc03181f84168c89786c265ffb7fec9ec7f2 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 25 Jun 2026 23:16:42 -0400 Subject: [PATCH] adjust --- modes/score.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modes/score.py b/modes/score.py index ef3053d..8996916 100644 --- a/modes/score.py +++ b/modes/score.py @@ -166,10 +166,11 @@ def _draw_text_overlay(canvas, ordered, scroll_x): graphics.DrawText(canvas, font_small, x + 65, 15, _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) + print(game) else: - graphics.DrawText(canvas, font_small, x + 45, 20, + graphics.DrawText(canvas, font_small, x + 65, 20, _rbg(Colors.YELLOW.value), game["status"])