Added new release, updated nodes to contain tooltip text.
This commit is contained in:
@@ -10,6 +10,7 @@ public class MoveNode : ProgramNode
|
||||
public MoveNode()
|
||||
{
|
||||
DisplayText = "Move";
|
||||
TooltipText = "Moves the robot to the selected map coordinate. The path must be reachable from the robot's current position.";
|
||||
}
|
||||
|
||||
public override NodeResult Execute(Robot robot, double delta)
|
||||
|
||||
Reference in New Issue
Block a user