Display hazels in the StatsDisplay
This commit is contained in:
@ -21,6 +21,7 @@ class TexturePack:
|
||||
HEDGEHOG: str
|
||||
EMPTY: str
|
||||
FLOOR: str
|
||||
HAZELNUT: str
|
||||
MERCHANT: str
|
||||
PLAYER: str
|
||||
RABBIT: str
|
||||
@ -62,6 +63,7 @@ TexturePack.ASCII_PACK = TexturePack(
|
||||
BOMB='o',
|
||||
EMPTY=' ',
|
||||
FLOOR='.',
|
||||
HAZELNUT='',
|
||||
HEART='❤',
|
||||
HEDGEHOG='*',
|
||||
MERCHANT='M',
|
||||
@ -86,6 +88,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
|
||||
BOMB='💣',
|
||||
EMPTY=' ',
|
||||
FLOOR='██',
|
||||
HAZELNUT='🌰',
|
||||
HEART='💜',
|
||||
HEDGEHOG='🦔',
|
||||
PLAYER='🐿️ ️',
|
||||
|
Reference in New Issue
Block a user