updated hard coded y values for music title, artist, album

This commit is contained in:
ChuckBuilds
2025-07-24 20:13:04 -05:00
parent 1576e730ea
commit dd8d219e73

View File

@@ -760,7 +760,7 @@ class MusicManager:
# Y positions based on a simple top-down calculation
y_pos_title_top = 2
y_pos_artist_top = 12
y_pos_album_top = 22
y_pos_album_top = 20
TEXT_SCROLL_DIVISOR = 5