mirror of
https://github.com/godotengine/godot.git
synced 2025-02-11 22:35:15 +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_b.scn")
|