improve results screen, fix many bugs

This commit is contained in:
Yonokid
2025-04-25 17:56:35 -04:00
parent ac927114cb
commit e2552c0e86
11 changed files with 381 additions and 172 deletions

View File

@@ -97,7 +97,6 @@ def get_config() -> dict[str, Any]:
@dataclass
class GlobalData:
videos_cleared = False
start_song: bool = False
selected_song: str = '' #Path
selected_difficulty: int = -1
song_title: str = ''