Spawn also items

This commit is contained in:
Yohann D'ANELLO
2020-11-11 16:23:27 +01:00
parent d75f4290ff
commit 2b5d82db57
5 changed files with 21 additions and 7 deletions

View File

@ -44,6 +44,8 @@ TexturePack.ASCII_PACK = TexturePack(
FLOOR='.',
PLAYER='@',
HEDGEHOG='*',
HEART='',
BOMB='o',
)
TexturePack.SQUIRREL_PACK = TexturePack(
@ -58,4 +60,6 @@ TexturePack.SQUIRREL_PACK = TexturePack(
FLOOR='██',
PLAYER='🐿 ',
HEDGEHOG='🦔',
HEART='💜',
BOMB='💣',
)