You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
317 B
5 lines
317 B
3 years ago
|
# Change Scene
|
||
|
|
||
|
The `Change Scene` event will stop the current scene and load the selected one. This means the dialog will be stopped too.
|
||
|
|
||
|
Be careful when using this while you your tree is set to paused! Consider adding an [Emit Signal event](./040.md) before and resuming the tree with `get_tree().paused = false`.
|