2020-11-06 16:16:30 +01:00

9 lines
137 B
Python

#This is the base ascii texturepack
ascii_textures = {
"EMPTY" : ' ',
"WALL" : '#',
"FLOOR" : '.',
"PLAYER" : '@'
}