Finished new node approach

This commit is contained in:
2026-05-14 09:58:35 +02:00
parent 33a618b0b9
commit bd6cdeb97b
5 changed files with 332 additions and 48 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ using Godot;
public class FileHandler
{
private const string ScriptDirectory = "user://scripts";
private const string ScriptExtension = ".dsl";
private const string ScriptExtension = ".json";
public static void CreateScriptDirectory()
{