From bad56ba442750ed9adeb3ad95489b0b0189ee73e Mon Sep 17 00:00:00 2001 From: eichhornchen Date: Fri, 27 Nov 2020 17:54:03 +0100 Subject: [PATCH] Added the merchants in the texturepack --- squirrelbattle/display/texturepack.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/squirrelbattle/display/texturepack.py b/squirrelbattle/display/texturepack.py index 4296393..e09f277 100644 --- a/squirrelbattle/display/texturepack.py +++ b/squirrelbattle/display/texturepack.py @@ -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='đŸĻœ', )