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