mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
make some enums
This commit is contained in:
@@ -245,7 +245,7 @@ class AudioEngine:
|
||||
"""Load sounds for a given screen"""
|
||||
path = self.sounds_path / screen_name
|
||||
if not path.exists():
|
||||
logger.warning(f"Sounds for {screen_name} not found")
|
||||
logger.warning(f"Sounds for screen {screen_name} not found")
|
||||
return
|
||||
for sound in path.iterdir():
|
||||
if sound.is_dir():
|
||||
|
||||
Reference in New Issue
Block a user