Added a fire ball staff, closes #64

This commit is contained in:
eichhornchen
2021-01-08 19:05:02 +01:00
parent 903a06c36c
commit 591630b8a7
4 changed files with 41 additions and 6 deletions

View File

@ -25,6 +25,7 @@ class TexturePack:
CHESTPLATE: str
EAGLE: str
EMPTY: str
FIRE_BALL_STAFF: str
FLOOR: str
HAZELNUT: str
HEART: str
@ -82,6 +83,7 @@ TexturePack.ASCII_PACK = TexturePack(
EAGLE='µ',
EMPTY=' ',
EXPLOSION='%',
FIRE_BALL_STAFF=':',
FLOOR='.',
LADDER='H',
HAZELNUT='¤',
@ -121,6 +123,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
EAGLE='🦅',
EMPTY=' ',
EXPLOSION='💥',
FIRE_BALL_STAFF='🪄',
FLOOR='██',
LADDER=('🪜', curses.COLOR_WHITE, (1000, 1000, 1000),
curses.COLOR_WHITE, (1000, 1000, 1000)),