Added new release, updated nodes to contain tooltip text.
This commit is contained in:
@@ -11,6 +11,7 @@ public class ExploreNode : ProgramNode
|
||||
public ExploreNode()
|
||||
{
|
||||
DisplayText = "Explore";
|
||||
TooltipText = "Explores nearby unknown tiles around the robot and reveals them for future navigation. \rContinues exploration until no unvisited tile is left.";
|
||||
}
|
||||
|
||||
public override NodeResult Execute(Robot robot, double delta)
|
||||
|
||||
Reference in New Issue
Block a user