Added the merchants in the texturepack
This commit is contained in:
parent
4fdf08cab9
commit
bad56ba442
|
@ -53,6 +53,7 @@ TexturePack.ASCII_PACK = TexturePack(
|
|||
RABBIT='Y',
|
||||
BEAVER='_',
|
||||
TEDDY_BEAR='8',
|
||||
MERCHANT='M',
|
||||
)
|
||||
|
||||
TexturePack.SQUIRREL_PACK = TexturePack(
|
||||
|
@ -72,4 +73,5 @@ TexturePack.SQUIRREL_PACK = TexturePack(
|
|||
RABBIT='🐇',
|
||||
BEAVER='🦫',
|
||||
TEDDY_BEAR='🧸',
|
||||
MERCHANT='🦜',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue