Change texture pack
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user