Add shields to be more protected, see #48
This commit is contained in:
@ -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='🧸',
|
||||
|
Reference in New Issue
Block a user