more bug fixes because I messed up stuff

This commit is contained in:
Anthony Samms
2025-10-29 23:52:39 -04:00
parent e009c4be88
commit 3024b7d412
5 changed files with 62 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ class ResultScreen(Screen):
def draw_song_info(self):
tex.draw_texture('song_info', 'song_num', frame=global_data.songs_played%4)
self.song_info.draw(x=1252 - self.song_info.texture.width, y=35 - self.song_info.texture.height / 2)
self.song_info.draw(outline_color=ray.BLACK, x=1252 - self.song_info.texture.width, y=35 - self.song_info.texture.height / 2)
def draw(self):
self.background.draw()