programnoir / GDTemplate

Godot template for game projects (Godot 4.x)
Other
9 stars 0 forks source link

Implements the first time setup menu #18

Closed programnoir closed 1 year ago

programnoir commented 1 year ago

The main room will no longer include the main menu and settings screens. Instead, a file check is performed and if nothing is found, a new UI, the first-time-setup menu (which presently is a simpler version of the settings menu), will appear. Any change made in this menu or pressing the Play button is instantly saved, and the game will direct the player to the main settings menu instead once the game is opened again.