Added basic window for programming with the DSL. Need to add functionality to it.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user