I build a title screen, and when press the button START, it goes to get_tree().change_scene("res://Scene/00World.tscn")
. The change scene works but the new scene got stuck, and nothing moves. No inputs, not animation, all elements are on screen but in a completely frozen mode. I don know what caused this, it should be just a simple scene change. Looking for some advice to solve the problem, thank you.