Added new release, updated nodes to contain tooltip text.
This commit is contained in:
@@ -5,6 +5,7 @@ public class HarvestNode : ProgramNode
|
||||
public HarvestNode()
|
||||
{
|
||||
DisplayText = "Harvest";
|
||||
TooltipText = "Harvests one unit from the resource on the robot's current tile and adds the result to the shared inventory.";
|
||||
}
|
||||
|
||||
public override NodeResult Execute(Robot robot, double delta)
|
||||
|
||||
Reference in New Issue
Block a user