mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
5 lines
93 B
GDScript
5 lines
93 B
GDScript
extends Panel
|
|
|
|
func _on_goto_scene_pressed():
|
|
get_tree().change_scene("res://scene_b.tscn")
|