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 = {
|
ascii_textures = {
|
||||||
"EMPTY" : ' ',
|
"EMPTY" : ' ',
|
||||||
"WALL" : '#',
|
"WALL" : '#',
|
||||||
"FLOOR" : '.',
|
"FLOOR" : '.',
|
||||||
"PLAYER" : '@'
|
"PLAYER" : '@'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
squirrel_textures = {
|
||||||
|
"EMPTY" : ' ',
|
||||||
|
"WALL" : '█',
|
||||||
|
"FLOOR" : '.',
|
||||||
|
"PLAYER" : '🐿️'
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue