场景信息

This commit is contained in:
2025-06-21 16:32:33 +08:00
parent ced14dace4
commit 91c9185d29

View File

@@ -488,8 +488,6 @@ public partial class MapManager : MonoBehaviour
obj = Resources.Load("Prefabs/triggerCenterPoint"); obj = Resources.Load("Prefabs/triggerCenterPoint");
else if (cellType == EditCellType.ReliveCell) else if (cellType == EditCellType.ReliveCell)
obj = Resources.Load("Prefabs/reliveCenterPoint"); obj = Resources.Load("Prefabs/reliveCenterPoint");
else if (cellType == EditCellType.SellArea)
obj = Resources.Load("Prefabs/sellCenterPoint");
else if (cellType == EditCellType.MonsterArea) else if (cellType == EditCellType.MonsterArea)
obj = Resources.Load("Prefabs/monsterPoint"); obj = Resources.Load("Prefabs/monsterPoint");
else if (cellType == EditCellType.FuBenArea) else if (cellType == EditCellType.FuBenArea)