squirrel-battle/dungeonbattle/display/texturepack.py

9 lines
137 B
Python

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