mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
improve results screen, fix many bugs
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user