add text color

This commit is contained in:
ChuckBuilds
2025-04-25 14:26:44 -05:00
parent 465f40f991
commit 5006a1ee6e

View File

@@ -526,6 +526,9 @@ class MLBLiveManager(BaseMLBManager):
# --- Live Game Specific Elements ---
# Define default text color
text_color = (255, 255, 255)
# Draw Inning (Top Center)
inning_half_indicator = "" if game_data['inning_half'] == 'top' else ""
inning_text = f"{inning_half_indicator}{game_data['inning']}"