fix audio engine, add difficulty sorting kind of

This commit is contained in:
Yonokid
2025-08-12 01:10:19 -04:00
parent f71499b0a8
commit 759414e713
9 changed files with 111 additions and 47 deletions

View File

@@ -42,12 +42,8 @@ class LoadScreen:
def _load_navigator(self):
"""Background thread function to load navigator"""
try:
self.song_select_screen.load_navigator()
self.loading_complete = True
except Exception as e:
print(f"Error loading navigator: {e}")
self.loading_complete = True
self.song_select_screen.load_navigator()
self.loading_complete = True
def on_screen_start(self):
if not self.screen_init: