5 lines
85 B
GDScript
5 lines
85 B
GDScript
extends Control
|
|
|
|
|
|
func _on_button_button_up() -> void:
|
|
get_parent().loadStartMenu()
|