Use bricks for walls

This commit is contained in:
Yohann D'ANELLO 2020-11-11 15:09:28 +01:00
parent 56ba9d186e
commit 1e66e263bc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
entity_fg_color=curses.COLOR_WHITE,
entity_bg_color=curses.COLOR_WHITE,
EMPTY=' ',
WALL='🟫',
WALL='🧱',
FLOOR='██',
PLAYER='🐿 ',
HEDGEHOG='🦔',