Added new release, updated nodes to contain tooltip text.
This commit is contained in:
@@ -8,6 +8,7 @@ public class ForNode : ProgramNode
|
||||
public ForNode()
|
||||
{
|
||||
DisplayText = "For";
|
||||
TooltipText = "Repeats the connected branch (Top slot) for the configured amount of executions before continuing through the negative output. (Bottom slot)";
|
||||
}
|
||||
|
||||
public override NodeResult Execute(Robot robot, double delta)
|
||||
|
||||
Reference in New Issue
Block a user