Fix texture packs

This commit is contained in:
Yohann D'ANELLO
2020-11-06 20:18:27 +01:00
parent 02d3394439
commit b3d789e3e7
3 changed files with 28 additions and 18 deletions

View File

@ -7,6 +7,9 @@ class TexturePack:
FLOOR: str
PLAYER: str
ASCII_PACK: "TexturePack"
SQUIRREL_PACK: "TexturePack"
def __init__(self, name: str, **kwargs):
self.name = name
self.__dict__.update(**kwargs)