mirror of
https://github.com/hobbesjaap/wellbeingapp.git
synced 2024-11-13 22:22:58 +00:00
6 lines
141 B
GDScript3
6 lines
141 B
GDScript3
|
extends Button
|
||
|
|
||
|
|
||
|
func _on_button_open_github_pressed():
|
||
|
var _error = OS.shell_open("https://gitea.defiantjc.synology.me/jaap/wellbeingapp")
|