added texture pack

This commit is contained in:
eichhornchen 2020-11-06 14:32:05 +01:00
parent bbbcb1b10e
commit dadd1fd146
1 changed files with 8 additions and 0 deletions

View File

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