added a squirrel unicode texturepack
This commit is contained in:
parent
3d98eac74b
commit
38ed5259d5
|
@ -1,8 +1,13 @@
|
|||
#This is the base ascii texturepack
|
||||
|
||||
ascii_textures = {
|
||||
"EMPTY" : ' ',
|
||||
"WALL" : '#',
|
||||
"FLOOR" : '.',
|
||||
"PLAYER" : '@'
|
||||
}
|
||||
|
||||
squirrel_textures = {
|
||||
"EMPTY" : ' ',
|
||||
"WALL" : '█',
|
||||
"FLOOR" : '.',
|
||||
"PLAYER" : '🐿️'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue