Fix fg/bg custom colors

This commit is contained in:
Yohann D'ANELLO
2021-01-07 16:49:40 +01:00
parent 4acf6804d4
commit 478a655751
3 changed files with 17 additions and 9 deletions

View File

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