Added new release, updated nodes to contain tooltip text.
This commit is contained in:
@@ -3,6 +3,7 @@ public class StartNode : ProgramNode
|
||||
public StartNode()
|
||||
{
|
||||
DisplayText = "Start";
|
||||
TooltipText = "Marks where the robot begins executing the script. Every valid script needs exactly one Start node.";
|
||||
}
|
||||
|
||||
public override NodeResult Execute(Robot robot, double delta)
|
||||
|
||||
Reference in New Issue
Block a user