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