2020-11-06 15:58:07 +01:00

9 lines
128 B
Python

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