mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
basic result screen, fix empty balloon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user