Finished first EA Version #1

Merged
Nicola merged 110 commits from dev into main 2026-05-19 20:01:13 +02:00
Showing only changes of commit 21a1eb2085 - Show all commits
+1 -1
View File
@@ -72,6 +72,6 @@ public partial class CodingWindow : PanelContainer
}
}
robot.SetupExecution(nodes);
if(nodes.Count > 0) robot.SetupExecution(nodes);
}
}