Merge branch 'beaver-is-a-tiger' into 'master'

Beaver is a tiger

See merge request ynerant/squirrel-battle!24
This commit is contained in:
ynerant
2020-11-20 18:16:56 +01:00
8 changed files with 28 additions and 47 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='🧸',
)