diff --git a/dungeonbattle/display/texturepack.py b/dungeonbattle/display/texturepack.py index 7d9113f..57d8bf6 100644 --- a/dungeonbattle/display/texturepack.py +++ b/dungeonbattle/display/texturepack.py @@ -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='🦔',