smtp_node/Main.tscn

14 lines
335 B
Plaintext
Raw Normal View History

2023-09-18 12:14:24 +02:00
[gd_scene load_steps=2 format=2]
2023-09-18 12:15:19 +02:00
[ext_resource path="res://SMTPClient.gd" type="Script" id=1]
2023-09-18 11:56:29 +02:00
[node name="Main" type="Node"]
2023-09-18 12:14:24 +02:00
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"]