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