mirror of
https://github.com/hobbesjaap/wellbeingapp.git
synced 2024-11-08 11:42:59 +00:00
10 lines
175 B
GDScript
10 lines
175 B
GDScript
extends Button
|
|
|
|
|
|
func _ready():
|
|
pass # Replace with function body.
|
|
|
|
|
|
func _on_button_email_feedback_pressed():
|
|
var _error = OS.shell_open("mailto:feedback@jaapmarsman.com")
|