Add a small bomb exploding animation, fixes #31

This commit is contained in:
Yohann D'ANELLO
2020-12-12 16:50:01 +01:00
parent 1986630da1
commit 8608ce346f
3 changed files with 42 additions and 1 deletions

View File

@ -62,6 +62,7 @@ TexturePack.ASCII_PACK = TexturePack(
BODY_SNATCH_POTION='S',
BOMB='o',
EMPTY=' ',
EXPLOSION='%',
FLOOR='.',
HAZELNUT='¤',
HEART='',
@ -87,6 +88,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
BODY_SNATCH_POTION='🔀',
BOMB='💣',
EMPTY=' ',
EXPLOSION='💥',
FLOOR='██',
HAZELNUT='🌰',
HEART='💜',