Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Yet Another Menu - Pause menu
This tool allows you to create ready-to-use pause menu for your game
Supported Engine Version
4.5
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 months ago
Git URL
Issue URL
YetAnotherMenu
Yet Another Menu is a plugin for Godot that automatically generates a fully customizable Pause Menu scene.
Features :
- Displays a dedicated dock when the plugin is activated.
- Customizable generation of a Pause Menu scene.
- Ability to enable or disable various menu éléments :
Volume optionGame titleWindow modeResolution -> Window resolution (not really useful in godot game, use at your own risk)Vertical synchronization“Back” button“Return to main menu” button“Quit game” buttonUser-defined name for the generated scene (default : pause_menu.tscn).
Installation :
Download or clone the plugin folder : yet_another_menu/Copy this folder in addons into: `res://addons` in your own projectOpen the project in Godot.Go to : Project → Project Settings → Plugins
Once the plugin is activated, a dock automatically appears in the editor, at the bottom right.Activate the “Yet Another Menu” plugin.
Usage :
Activate the “Yet Another Menu” plugin.In the dock, select the options to include in the scene :VolumeTitle (you can specify the title name)
- Window mode
ResolutionVSyncBack buttonReturn to main menu buttonQuit buttonEnter the name of the scene to generate.
- If no name is provided, the plugin uses “pause_menu” by default.
- If a scene with the same name already exists in
res://, it will be replaced.Click the “Generate Menu” button.The scene is automatically created in `res://` and can be opened or edited directly.To make the “main menu” button work, drag the ".tscn" scene you previously generated into the “Main Menu” field in the inspector.
License :
This plugin is licensed under the MIT License. See the LICENSE file for details.
This tool allows you to create ready-to-use pause menu for your game
Reviews
Quick Information
Yet Another Menu - Pause menu
This tool allows you to create ready-to-use pause menu for your game
Supported Engine Version
4.5
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 months ago
Git URL
Issue URL