repaired the texture pack
This commit is contained in:
parent
dadd1fd146
commit
bfce9487c5
|
@ -1,8 +1,8 @@
|
|||
#This is the base ascii texturepack
|
||||
|
||||
textures = {
|
||||
"EMPTY" : ' '
|
||||
"WALL" : '#'
|
||||
"FLOOR" : '.'
|
||||
ascii = {
|
||||
"EMPTY" : ' ',
|
||||
"WALL" : '#',
|
||||
"FLOOR" : '.',
|
||||
"PLAYER" : '@'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue