Don't add any additional space to unicode entities
This commit is contained in:
		@@ -43,6 +43,6 @@ TexturePack.SQUIRREL_PACK = TexturePack(
 | 
			
		||||
    EMPTY='  ',
 | 
			
		||||
    WALL='██',
 | 
			
		||||
    FLOOR='..',
 | 
			
		||||
    PLAYER='🐿️ ',
 | 
			
		||||
    HEDGEHOG='🦔 ',
 | 
			
		||||
    PLAYER='🐿️',
 | 
			
		||||
    HEDGEHOG='🦔',
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user