Skip to main content

Godot - Easily Switching Scenes

·50 words
icysamon
Author
icysamon
Electronics & Creator
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)