Added robot display to map logic, now need to add the color for it.

This commit is contained in:
2026-05-14 20:50:41 +02:00
parent c6cb2cc00e
commit 6084761e0d
4 changed files with 28 additions and 0 deletions
+1
View File
@@ -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)