-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Implement the main, pause, and credits menu into the game.
Main Menu
- Start Game Button: Loads
start_gamescene - Load Game Button: Loads
load_gamescene. Only show this button if there is a saved game. - Credits Button: Loads the credits scene
- Quit Game Button
Pause Menu
When opened, sets Time.timeScale to zero to pause everything. Also disables player controls.
- Resume Button: resets Time.timeScale to one, closes pause menu
- Main Menu Button: Loads the main menu scene
Credits Menu
Can just be a static UI with text that displays all the names.
Press escape to return to the main menu.
Metadata
Metadata
Assignees
Labels
No labels