mirror of
https://github.com/hobbesjaap/wellbeingapp.git
synced 2024-11-08 11:42:59 +00:00
6 lines
130 B
GDScript
6 lines
130 B
GDScript
extends Button
|
|
|
|
|
|
func _on_button_open_github_pressed():
|
|
var _error = OS.shell_open("https://github.com/hobbesjaap/wellbeingapp")
|