Add rabbits, beavers and teddy bears

This commit is contained in:
Yohann D'ANELLO
2020-11-11 17:39:48 +01:00
parent a4eaab0db6
commit c329ec927f
3 changed files with 27 additions and 2 deletions

View File

@ -46,6 +46,9 @@ TexturePack.ASCII_PACK = TexturePack(
HEDGEHOG='*',
HEART='',
BOMB='o',
RABBIT='Y',
BEAVER='_',
TEDDY_BEAR='8',
)
TexturePack.SQUIRREL_PACK = TexturePack(
@ -62,4 +65,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
HEDGEHOG='🦔',
HEART='💜',
BOMB='💣',
RABBIT='🐇',
BEAVER='🦫',
TEDDY_BEAR='🧸',
)