Skip to main content

Godot - Easily Switching Scenes

·50 words
icysamon
Author
icysamon
I really love making things by hand and turning my ideas into reality.
Table of Contents

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:

Code
#

Here is the new way to do it.

get_tree().change_scene_to_file(scene)