wellbeingapp/godot/button_email_feedback.gd

10 lines
175 B
GDScript3
Raw Permalink Normal View History

2023-10-07 00:17:00 +00:00
extends Button
func _ready():
pass # Replace with function body.
func _on_button_email_feedback_pressed():
var _error = OS.shell_open("mailto:feedback@jaapmarsman.com")