Tile colors can be overwritten

This commit is contained in:
Yohann D'ANELLO
2020-12-26 14:02:35 +01:00
parent 9a56b4d7e9
commit 6b7f8867fa
3 changed files with 20 additions and 5 deletions

View File

@ -91,7 +91,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
EMPTY=' ',
EXPLOSION='💥',
FLOOR='██',
LADDER='🪜',
LADDER=('🪜', curses.COLOR_WHITE, curses.COLOR_WHITE),
HAZELNUT='🌰',
HEART='💜',
HEDGEHOG='🦔',