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