Added new nodes to DSL for a wider variety of commands and scripts.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user