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
This template allows for you to easily add a pause menu functionality to your game, with minimal restructuring.
Godot Pause Menu
A simple, easy to use and modified pause menu for games.
Installation
Download the files and add them into your godot project. In your input map, add an input event named "pause". Then, drag the pause_menu scene into whatever scene you need to use it in!
Note
This asset is meant to be customized. The two default buttons return to the game after pausing, or exit the game entirely.
When returning to the game, the mouse is also captured, which is ideal for some games but not for others. Edit the pause_menu.gd script in pause/scripts to change functionality.
This template allows for you to easily add a pause menu functionality to your game, with minimal restructuring.
Reviews
Quick Information
This template allows for you to easily add a pause menu functionality to your game, with minimal restructuring.