Moved texturepacks into display
This commit is contained in:
8
dungeonbattle/display/texturepack.py
Normal file
8
dungeonbattle/display/texturepack.py
Normal file
@ -0,0 +1,8 @@
|
||||
#This is the base ascii texturepack
|
||||
|
||||
ascii = {
|
||||
"EMPTY" : ' ',
|
||||
"WALL" : '#',
|
||||
"FLOOR" : '.',
|
||||
"PLAYER" : '@'
|
||||
}
|
Reference in New Issue
Block a user