The players can open doors

This commit is contained in:
Yohann D'ANELLO
2021-01-10 22:59:34 +01:00
parent 6c0aaffd77
commit 11daa8573c
2 changed files with 8 additions and 2 deletions

View File

@ -126,7 +126,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
CHEST='🧰',
CHESTPLATE='🦺',
DOOR=('🚪', curses.COLOR_WHITE, (1000, 1000, 1000),
curses.COLOR_WHITE, (1000, 1000, 1000)),
curses.COLOR_WHITE, (1000, 1000, 1000)),
EAGLE='🦅',
EMPTY=' ',
EXPLOSION='💥',