Introduction #
The method I wrote about previously was a bit cumbersome to use, so I found a new way.
Here is the link to the previous article:
Godot - Scene Switching
·29 words
Code #
Here is the new way to do it.
get_tree().change_scene_to_file(scene)