wellbeingapp/godot/button_email_feedback.gd

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")