repaired the texture pack

This commit is contained in:
eichhornchen 2020-11-06 14:41:05 +01:00
parent dadd1fd146
commit bfce9487c5
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#This is the base ascii texturepack
textures = {
"EMPTY" : ' '
"WALL" : '#'
"FLOOR" : '.'
ascii = {
"EMPTY" : ' ',
"WALL" : '#',
"FLOOR" : '.',
"PLAYER" : '@'
}