diff --git a/dungeonbattle/display/texturepack.py b/dungeonbattle/display/texturepack.py index 3a4eb99..ea3b1e4 100644 --- a/dungeonbattle/display/texturepack.py +++ b/dungeonbattle/display/texturepack.py @@ -1,6 +1,6 @@ #This is the base ascii texturepack -ascii = { +ascii_textures = { "EMPTY" : ' ', "WALL" : '#', "FLOOR" : '.',