wellbeingapp/godot/button_open_github.gd

6 lines
130 B
GDScript3
Raw Normal View History

2022-07-31 05:12:31 +00:00
extends Button
func _on_button_open_github_pressed():
var _error = OS.shell_open("https://github.com/hobbesjaap/wellbeingapp")