mirror of
https://github.com/hobbesjaap/wellbeingapp.git
synced 2024-11-08 11:42:59 +00:00
9 lines
133 B
GDScript
9 lines
133 B
GDScript
extends Button
|
|
|
|
|
|
onready var ui_control = get_node("/root/UiControl")
|
|
|
|
|
|
func _on_button_name_pressed():
|
|
ui_control.show_user_menu()
|