smtp_node/Main.tscn

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