From 6f45c727c18fc55b9c3f682d407aa23bcea91520 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 25 Jun 2026 23:15:28 -0400 Subject: [PATCH] fuck commas --- modes/score.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modes/score.py b/modes/score.py index b6197df..3d8babd 100644 --- a/modes/score.py +++ b/modes/score.py @@ -164,12 +164,12 @@ def _draw_text_overlay(canvas, ordered, scroll_x): date = game_status_split[0].strip() time = game_status_split[1].strip() - graphics.DrawText(canvas, font_small, x + 18, 20, + graphics.DrawText(canvas, font_small, x + 45, 20, _rbg(Colors.YELLOW.value), date) - graphics.DrawText(canvas, font_small, x + 18, 25, + graphics.DrawText(canvas, font_small, x + 45, 25, _rbg(Colors.YELLOW.value), time) else: - graphics.DrawText(canvas, font_small x + 45, 25, + graphics.DrawText(canvas, font_small, x + 45, 25, _rbg(Colors.YELLOW.value), game["status"])