Added chests, they are immortal and contain objects the player can take for free.
This commit is contained in:
@ -28,6 +28,7 @@ class GameMode(Enum):
|
||||
SETTINGS = auto()
|
||||
INVENTORY = auto()
|
||||
STORE = auto()
|
||||
CHEST = auto()
|
||||
CREDITS = auto()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user