squirrel-battle/dungeonbattle/texturepack.py

9 lines
128 B
Python
Raw Normal View History

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