Add ladders in the map

This commit is contained in:
Yohann D'ANELLO
2020-12-26 00:52:47 +01:00
parent ad5ae22e5f
commit 8636d571b5
4 changed files with 13 additions and 4 deletions

View File

@ -64,6 +64,7 @@ TexturePack.ASCII_PACK = TexturePack(
EMPTY=' ',
EXPLOSION='%',
FLOOR='.',
LADDER='H',
HAZELNUT='¤',
HEART='',
HEDGEHOG='*',
@ -90,6 +91,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
EMPTY=' ',
EXPLOSION='💥',
FLOOR='██',
LADDER='🪜',
HAZELNUT='🌰',
HEART='💜',
HEDGEHOG='🦔',