Added basic window for programming with the DSL. Need to add functionality to it.

This commit is contained in:
=
2026-04-26 19:40:16 +02:00
parent 677725791a
commit b3645b80f0
6 changed files with 117 additions and 28 deletions
+5
View File
@@ -14,6 +14,11 @@ public partial class ResourceLoader
{
return GD.Load<PackedScene>($"res://Prefabs/Robot.tscn");
}
public static PackedScene LoadProgramNodePrefab()
{
return GD.Load<PackedScene>($"res://Prefabs/ProgramNode.tscn");
}
public static Dictionary<string, MeshInstance3D> LoadTiles()
{