mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
more updates yay
This commit is contained in:
@@ -120,6 +120,7 @@ def reset_session():
|
||||
|
||||
@dataclass
|
||||
class GlobalData:
|
||||
textures: dict[str, list[ray.Texture]] = field(default_factory=lambda: dict())
|
||||
songs_played: int = 0
|
||||
|
||||
global_data = GlobalData()
|
||||
|
||||
Reference in New Issue
Block a user