mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
6 lines
105 B
GDScript
6 lines
105 B
GDScript
extends Panel
|
|
|
|
|
|
func _on_goto_scene_pressed():
|
|
get_node("/root/global").goto_scene("res://scene_a.scn")
|