The player now has two hands and a slot for a helmet and a chestplate. Accordingly, new classes of items have been added.
This commit is contained in:
@ -31,6 +31,9 @@ class TexturePack:
|
||||
TIGER: str
|
||||
WALL: str
|
||||
EAGLE: str
|
||||
SHIELD: str
|
||||
CHESTPLATE: str
|
||||
HELMET: str
|
||||
|
||||
ASCII_PACK: "TexturePack"
|
||||
SQUIRREL_PACK: "TexturePack"
|
||||
@ -78,6 +81,8 @@ TexturePack.ASCII_PACK = TexturePack(
|
||||
TIGER='n',
|
||||
WALL='#',
|
||||
EAGLE='µ',
|
||||
CHESTPLATE='(',
|
||||
HELMET='0',
|
||||
)
|
||||
|
||||
TexturePack.SQUIRREL_PACK = TexturePack(
|
||||
@ -106,4 +111,6 @@ TexturePack.SQUIRREL_PACK = TexturePack(
|
||||
TIGER='🐅',
|
||||
WALL='🧱',
|
||||
EAGLE='🦅',
|
||||
CHESTPLATE='🦺',
|
||||
HELMET='⛑️',
|
||||
)
|
||||
|
Reference in New Issue
Block a user