Reworked graphics to make it more modular
This commit is contained in:
@@ -17,7 +17,7 @@ class TexturePack:
|
||||
|
||||
@classmethod
|
||||
def get_pack(cls, name: str) -> "TexturePack":
|
||||
return cls._packs[name]
|
||||
return cls._packs[name.lower()]
|
||||
|
||||
|
||||
TexturePack.ASCII_PACK = TexturePack(
|
||||
|
Reference in New Issue
Block a user