#Pause menu
1 messages · Page 1 of 1 (latest)
https://docs.godotengine.org/en/stable/tutorials/scripting/pausing_games.html#process-modes You need to change the process mode to "Always" or "WhenPaused"
Godot Engine documentation
Introduction: In most games it is desirable to, at some point, interrupt the game to do something else, such as taking a break or changing options. Implementing a fine-grained control for what can ...