Changing Levels

Godot Version

4.2

Question

I’m making a 2D platformer with multiple levels, but I cant find how to switch what level is loaded. How do I do that?

I think you are looking for:
get_tree().change_scene_to_file

Oh perfect :blush:
Thank you :+1:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.