added a squirrel unicode texturepack

This commit is contained in:
eichhornchen 2020-11-06 16:50:18 +01:00
parent 3d98eac74b
commit 38ed5259d5
1 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,13 @@
#This is the base ascii texturepack
ascii_textures = {
"EMPTY" : ' ',
"WALL" : '#',
"FLOOR" : '.',
"PLAYER" : '@'
}
squirrel_textures = {
"EMPTY" : ' ',
"WALL" : '',
"FLOOR" : '.',
"PLAYER" : '🐿️'
}