Post #31: Pause Your Godot Game (opens in new tab)
Instead of putting every asset to \"sleep\" when a user wants to pause the game, Godot supports a basic pausing framework\! To pause the game, you just have to set SceneTree\.paused to true \. Check out the docs for more info\!
Read the original article