diff --git a/Main.tscn b/Main.tscn index 0632932..a47f7bd 100644 --- a/Main.tscn +++ b/Main.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=2] -[ext_resource path="res://SMTP-NodeCode.gd" type="Script" id=1] +[ext_resource path="res://SMTPClient.gd" type="Script" id=1] [node name="Main" type="Node"] script = ExtResource( 1 ) diff --git a/SMTP-NodeCode.gd b/SMTPClient.gd similarity index 100% rename from SMTP-NodeCode.gd rename to SMTPClient.gd