Godot Version
4.5.1
Question
I need a youtube tutorial or just someone to tell me how to change scenes in godot for my metrodvania cuz I have no idea how to code, thx
4.5.1
I need a youtube tutorial or just someone to tell me how to change scenes in godot for my metrodvania cuz I have no idea how to code, thx
I suggest you look into
You can change the main scene like that
get_tree().change_scene_to_file(path_to_scene)
get_tree().change_scene_to_packed(packed_scene)
thanks