wellbeingapp/godot/button_open_github.gd

6 lines
141 B
GDScript3
Raw Normal View History

2023-10-07 00:17:00 +00:00
extends Button
func _on_button_open_github_pressed():
var _error = OS.shell_open("https://gitea.defiantjc.synology.me/jaap/wellbeingapp")