Added new release, updated nodes to contain tooltip text.
This commit is contained in:
@@ -9,6 +9,7 @@ public class WhileNode : ProgramNode
|
||||
public WhileNode()
|
||||
{
|
||||
DisplayText = "While";
|
||||
TooltipText = "Repeats the connected branch (Top slot) while the configured inventory condition remains true, then continues through the negative output. (Bottom slot)";
|
||||
}
|
||||
|
||||
public override NodeResult Execute(Robot robot, double delta)
|
||||
|
||||
Reference in New Issue
Block a user