Added new nodes to DSL for a wider variety of commands and scripts.

This commit is contained in:
2026-05-09 20:12:53 +02:00
parent 8b15027ac1
commit a472adf74b
26 changed files with 797 additions and 21 deletions
+4
View File
@@ -112,6 +112,10 @@ public partial class CodingWindow : PanelContainer
{
nodes[i - 1].nextNode = nodes[i];
}
if (i > 0)
{
nodes[i].previousNode = nodes[i-1];
}
}
if (robot == null) return;