basic result screen, fix empty balloon

This commit is contained in:
Yonokid
2025-04-24 23:25:10 -04:00
parent 3291eccdcd
commit ac927114cb
5 changed files with 71 additions and 4 deletions

View File

@@ -98,8 +98,9 @@ def get_config() -> dict[str, Any]:
class GlobalData:
videos_cleared = False
start_song: bool = False
selected_song: str = ''
selected_song: str = '' #Path
selected_difficulty: int = -1
song_title: str = ''
result_good: int = -1
result_ok: int = -1
result_bad: int = -1