Miner tile

This commit is contained in:
2025-08-26 23:12:46 +08:00
parent 6f2969d880
commit 3d11cecd5e
8 changed files with 64 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ public partial class PlacementManager : Node2D
[Export] public GridManager Grid { get; set; }
[Export] public BuildingRegistry Registry { get; set; }
private string _currentBuildingId = "wall";
private string _currentBuildingId = "miner";
private Vector2I _hoveredCell;
private BaseTile _ghostBuilding;