mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
add clear/fc/fail animation
This commit is contained in:
@@ -99,7 +99,6 @@ class TextureWrapper:
|
||||
def load_zip(self, screen_name: str, subset: str):
|
||||
zip = (self.graphics_path / screen_name / subset).with_suffix('.zip')
|
||||
if screen_name in self.textures and subset in self.textures[screen_name]:
|
||||
print(screen_name, subset)
|
||||
return
|
||||
with zipfile.ZipFile(zip, 'r') as zip_ref:
|
||||
if 'texture.json' not in zip_ref.namelist():
|
||||
|
||||
Reference in New Issue
Block a user