0 votes

I currently have two scenes (Home and Game).
I created Game first, however I want the player to load on the Home scene first.
I went to do get_tree().change_scene("Home.tscn") however once I press a button to go back into the game, it will no longer allow me to (as that line is constantly running).
Is there a way to possibly get that to cancel after one use or to choose which scene loads first?

in Engine by (60 points)

1 Answer

+1 vote
Best answer

Go to project drop-down menu > project settings > run > main scene and choose it in its file browser.

by (353 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.