Beaver is a tiger

This commit is contained in:
Yohann D'ANELLO
2020-11-20 18:02:08 +01:00
parent 8a85f58261
commit fb3f3ee5e8
6 changed files with 22 additions and 22 deletions

View File

@ -51,7 +51,7 @@ TexturePack.ASCII_PACK = TexturePack(
HEART='',
BOMB='o',
RABBIT='Y',
BEAVER='_',
TIGER='n',
TEDDY_BEAR='8',
)
@ -70,6 +70,6 @@ TexturePack.SQUIRREL_PACK = TexturePack(
HEART='💜',
BOMB='💣',
RABBIT='🐇',
BEAVER='🦫',
TIGER='🐅',
TEDDY_BEAR='🧸',
)