add neiro selection

This commit is contained in:
Yonokid
2025-08-14 17:05:29 -04:00
parent 61bfb1abcc
commit 223fc0707c
7 changed files with 215 additions and 22 deletions

View File

@@ -225,6 +225,7 @@ class GlobalData:
song_paths: dict[Path, str] = field(default_factory=lambda: dict()) #path to hash
song_progress: float = 0.0
total_songs: int = 0
hit_sound: int = 0
player_num: int = 1
global_data = GlobalData()