ascii_textures = {
"EMPTY" : ' ',
"WALL" : '#',
"FLOOR" : '.',
"PLAYER" : '@'
}
squirrel_textures = {
"WALL" : '█',
"PLAYER" : '🐿️'