Added the merchants in the texturepack
This commit is contained in:
		@@ -53,6 +53,7 @@ TexturePack.ASCII_PACK = TexturePack(
 | 
			
		||||
    RABBIT='Y',
 | 
			
		||||
    BEAVER='_',
 | 
			
		||||
    TEDDY_BEAR='8',
 | 
			
		||||
    MERCHANT='M',
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
TexturePack.SQUIRREL_PACK = TexturePack(
 | 
			
		||||
@@ -65,11 +66,12 @@ TexturePack.SQUIRREL_PACK = TexturePack(
 | 
			
		||||
    EMPTY='  ',
 | 
			
		||||
    WALL='🧱',
 | 
			
		||||
    FLOOR='██',
 | 
			
		||||
    PLAYER='🐿️ ️',
 | 
			
		||||
    PLAYER='🐿️️',
 | 
			
		||||
    HEDGEHOG='🦔',
 | 
			
		||||
    HEART='💜',
 | 
			
		||||
    BOMB='💣',
 | 
			
		||||
    RABBIT='🐇',
 | 
			
		||||
    BEAVER='🦫',
 | 
			
		||||
    TEDDY_BEAR='🧸',
 | 
			
		||||
    MERCHANT='🦜',
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user