diff --git a/dungeonbattle/display/texturepack.py b/dungeonbattle/display/texturepack.py index ea3b1e4..3805b44 100644 --- a/dungeonbattle/display/texturepack.py +++ b/dungeonbattle/display/texturepack.py @@ -1,8 +1,13 @@ -#This is the base ascii texturepack - ascii_textures = { "EMPTY" : ' ', "WALL" : '#', "FLOOR" : '.', "PLAYER" : '@' } + +squirrel_textures = { + "EMPTY" : ' ', + "WALL" : '█', + "FLOOR" : '.', + "PLAYER" : '🐿️' + }