mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
minor bug fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user