![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Cakee |
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?