remove y offset for mlb live logo

This commit is contained in:
ChuckBuilds
2025-04-25 14:42:09 -05:00
parent 5006a1ee6e
commit 9b3b55cfc4

View File

@@ -507,7 +507,7 @@ class MLBLiveManager(BaseMLBManager):
# Set logo size
logo_size = (24, 24) # Shrink to 24x24
logo_y_offset = 4 # Move down from top edge
logo_y_offset = 0 # Move down from top edge
# center_y = height // 2 # center_y not used for logo placement now
# Load and place team logos (same as base method)