From 1e66e263bc36421f758c52caa7893f35a0e013cf Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 11 Nov 2020 15:09:28 +0100 Subject: [PATCH] Use bricks for walls --- dungeonbattle/display/texturepack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='🦔',