From 7a3ea9d0e3f75d381f1cbedad6618480473fdb72 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 18 Sep 2023 12:15:19 +0200 Subject: [PATCH] Renamed the SMTP script. --- Main.tscn | 2 +- SMTP-NodeCode.gd => SMTPClient.gd | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename SMTP-NodeCode.gd => SMTPClient.gd (100%) 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