From 21897499a766d54b1a6bdc990205d040f8eb1229 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 2 Aug 2026 06:33:36 -0400 Subject: [PATCH] design --- modes/fantasy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modes/fantasy.py b/modes/fantasy.py index 0235fe9..7d4a327 100644 --- a/modes/fantasy.py +++ b/modes/fantasy.py @@ -76,9 +76,9 @@ def draw_text_overlay(canvas, players, scroll_x): rbg(Colors.WHITE.value), player['position']) if player['injury_status'] and player['injury_body_part']: - graphics.DrawText(canvas, font_small, x + 35, 20, - rbg(Colors.RED.value), str(player['injury_status'])) - graphics.DrawText(canvas, font_super_small, x + 35, 25, + graphics.DrawText(canvas, font_small, x + 50, 25, + rbg(Colors.RED.value), f"{str(player['injury_status'])} - ") + graphics.DrawText(canvas, font_super_small, x + 70, 25, rbg(Colors.RED.value), str(player["injury_body_part"])) # # if the time is shown it should be split between lines