wellbeingapp/godot/button_open_github.gd

6 lines
130 B
GDScript

extends Button
func _on_button_open_github_pressed():
var _error = OS.shell_open("https://github.com/hobbesjaap/wellbeingapp")