Level save + load

This commit is contained in:
2023-06-16 17:08:56 +03:00
parent d9fbd99072
commit 0eb8b1d4ee
132 changed files with 20138 additions and 15 deletions

View File

@@ -19,8 +19,6 @@ namespace Level
}
public CellContent cellContent;
public bool isTarget;
public Vector3Int cellPos;
}
// Public
@@ -59,7 +57,6 @@ namespace Level
{
cellContent = LayoutCellData.CellContent.None,
isTarget = false,
cellPos = cellPos
};
worldPos = grid.GetCellCenterWorld(cellPos);