Added new release, updated nodes to contain tooltip text.

This commit is contained in:
2026-05-14 13:02:25 +02:00
parent 588879951d
commit a2acfcefd6
20 changed files with 21 additions and 4 deletions
+1
View File
@@ -9,6 +9,7 @@ public class IfNode : ProgramNode
public IfNode()
{
DisplayText = "If";
TooltipText = "Checks an inventory condition once. If the condition is true, execution follows the main output (Top slot); otherwise it follows the negative output. (Bottom slot)";
}
public override NodeResult Execute(Robot robot, double delta)