added a squirrel unicode texturepack
This commit is contained in:
		@@ -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" : '🐿️'
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user