Add shields to be more protected, see #48

This commit is contained in:
Yohann D'ANELLO
2020-12-18 20:01:52 +01:00
parent 9aa684fb77
commit c01307202a
2 changed files with 39 additions and 13 deletions

View File

@ -70,6 +70,7 @@ TexturePack.ASCII_PACK = TexturePack(
MERCHANT='M',
PLAYER='@',
RABBIT='Y',
SHIELD='D',
SUNFLOWER='I',
SWORD='\u2020',
TEDDY_BEAR='8',
@ -96,6 +97,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
PLAYER='🐿️ ',
MERCHANT='🦜',
RABBIT='🐇',
SHIELD='🛡️ ',
SUNFLOWER='🌻',
SWORD='🗡️ ',
TEDDY_BEAR='🧸',