Add credits menu, see #42

This commit is contained in:
Yohann D'ANELLO
2020-12-18 22:24:41 +01:00
parent ea5f5c1428
commit 411744bf10
5 changed files with 93 additions and 3 deletions

View File

@ -28,6 +28,7 @@ class GameMode(Enum):
SETTINGS = auto()
INVENTORY = auto()
STORE = auto()
CREDITS = auto()
class KeyValues(Enum):