minor bug fixes

This commit is contained in:
Anthony Samms
2025-10-13 21:16:58 -04:00
parent a29572d8ab
commit 0e668f991e
5 changed files with 23 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ class GlobalData:
total_songs: int = 0
hit_sound: int = 0
player_num: int = 1
input_locked: bool = False
input_locked: int = 0
modifiers: Modifiers = field(default_factory=lambda: Modifiers())
global_data = GlobalData()