CompiledFrog

Post #67: Pausing the Scene Tree

Today I continued through the tutorial more. One thing I learned about is how you can pause the entire scene tree:

get_tree().paused = true

Some notes and links to the docs...