From bcdbd0a47123fc97f2aaf4a8b9c1bd558759e86e Mon Sep 17 00:00:00 2001 From: eichhornchen Date: Fri, 6 Nov 2020 16:16:30 +0100 Subject: [PATCH] changed the name of the texturepack --- 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 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" : '.',