Maaack / Godot-Game-Template

Godot template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.
MIT License
283 stars 17 forks source link

Set default project main menu path in one central location #76

Open Maaack opened 1 month ago

Maaack commented 1 month ago

The main_menu_scene vars in WinScreen, LoseScreen, EndCredits, and PauseMenu are redundant and should be used optionally, like for a custom main menu after beating the game.