These instructions cover the basics for setting up the template.
The Setup Wizard shows the user's progress through the setup process.
Open the Setup Wizard by navigating to Project > Tools > Run Maaack's Menus Template Setup....
A typical full installation will have the following steps completed:
- Using Latest Version
- Copy Example Files
- Delete Example Files
- Update Autoload Paths
- Set Main Scene
Depending on how the template was installed, or if any issues occurred, some of these may need to be run from the wizard to be completed.
The remaining steps are optional customizations.
The flow of scenes in the template is (by default):
Opening -> Main Menu -> Game Scene -> Ending Scene
To change the Main Menu, Game Scene, or Ending Scene:
- Open
app_config.tscn. - Select the
AppConfignode. - Update
Main Menu Scene Pathto the desired path (main_menu_with_animations.tscnby default). - Update
Game Scene Pathto the path of the project's game scene (game_ui.tscnby default). - Update the optional
Ending Scene Pathto the desired scene (end_credits.tscnby default). - Save the scene.
To change the Opening:
- Navigate to
Project > Project Settings… - In the Project Settings window, go to the
Generaltab. - In the settings list, navigate to
Application > Run. - Update
Main Sceneto the desired path.

