mirror of
https://github.com/Relintai/smtp_node.git
synced 2024-11-13 17:27:21 +01:00
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://SMTPClient.gd" type="Script" id=1]
|
|
|
|
[node name="Main" type="Node"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
margin_right = 12.0
|
|
margin_bottom = 20.0
|
|
text = "Send"
|
|
|
|
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]
|