Description
Quick tutorial on how to make a pause menu in Godot 4! Main Menu tutorial: https://www.youtube.com/watch?v=vsKxB66_ngw&t=44s
My Notes
- 01:45:
Engine.time_scale = 0
is explicitly discouraged in the docs.-
Note: It’s recommended to keep this property above 0.0, as the game may behave unexpectedly otherwise.
- See Pausing in Godot
-