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