What is the recommended way to create pause screen? (SOLVED)

Hi. If you return true from on_input for the duration you want the game to be paused, as long as your pause screen game object acquired input focus after everything else in the scene (it’s the top of the input stack), it will not let input events pass through it.

3 Likes