Change texture pack

This commit is contained in:
Yohann D'ANELLO
2020-11-11 23:09:15 +01:00
parent 13ac2ba13a
commit ddf0b21e37
2 changed files with 18 additions and 3 deletions

View File

@ -31,6 +31,10 @@ class TexturePack:
def get_pack(cls, name: str) -> "TexturePack":
return cls._packs[name.lower()]
@classmethod
def get_next_pack_name(cls, name: str) -> str:
return "squirrel" if name == "ascii" else "ascii"
TexturePack.ASCII_PACK = TexturePack(
name="ascii",