scene_b.gd 95 B

12345
  1. extends Panel
  2. func _on_goto_scene_pressed() -> void:
  3. global.goto_scene("res://scene_a.tscn")