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