Added robot display to map logic, now need to add the color for it.
This commit is contained in:
@@ -21,6 +21,7 @@ public partial class Robot : Node3D
|
||||
public bool isCoolingDown = false;
|
||||
public bool isBroken = false;
|
||||
public string robotType = "iron_robot";
|
||||
public bool showOnMap = true;
|
||||
|
||||
private RobotTypeStats TypeStats =>
|
||||
GameData.robotStats.RobotTypes.TryGetValue(robotType, out RobotTypeStats stats)
|
||||
|
||||
Reference in New Issue
Block a user