mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 10:09:47 +03:00
6 lines
88 B
GDScript
6 lines
88 B
GDScript
extends Panel
|
|
|
|
|
|
func _on_goto_scene_pressed():
|
|
global.goto_scene("res://scene_a.tscn")
|