Added the merchants in the texturepack

This commit is contained in:
eichhornchen 2020-11-27 17:54:03 +01:00
parent 4fdf08cab9
commit bad56ba442
1 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,7 @@ TexturePack.ASCII_PACK = TexturePack(
RABBIT='Y', RABBIT='Y',
BEAVER='_', BEAVER='_',
TEDDY_BEAR='8', TEDDY_BEAR='8',
MERCHANT='M',
) )
TexturePack.SQUIRREL_PACK = TexturePack( TexturePack.SQUIRREL_PACK = TexturePack(
@ -65,11 +66,12 @@ TexturePack.SQUIRREL_PACK = TexturePack(
EMPTY=' ', EMPTY=' ',
WALL='🧱', WALL='🧱',
FLOOR='██', FLOOR='██',
PLAYER='🐿️ ', PLAYER='🐿️',
HEDGEHOG='🦔', HEDGEHOG='🦔',
HEART='💜', HEART='💜',
BOMB='💣', BOMB='💣',
RABBIT='🐇', RABBIT='🐇',
BEAVER='🦫', BEAVER='🦫',
TEDDY_BEAR='🧸', TEDDY_BEAR='🧸',
MERCHANT='🦜',
) )