9 lines
128 B
Python
Raw Normal View History

2020-11-06 14:32:05 +01:00
#This is the base ascii texturepack
textures = {
"EMPTY" : ' '
"WALL" : '#'
"FLOOR" : '.'
"PLAYER" : '@'
}