scene_b.gd 105 B

123456
  1. extends Panel
  2. func _on_goto_scene_pressed():
  3. get_node("/root/global").goto_scene("res://scene_a.scn")