完善编辑器
This commit is contained in:
@@ -151,7 +151,6 @@ public partial class MapManager : MonoBehaviour
|
||||
Destroy(child.gameObject);
|
||||
}
|
||||
UIWindow.Instance.uiCellInfo.CloseMap();
|
||||
UIWindow.Instance.uiMonstersPanel.RemoveAll();
|
||||
ClearMapRegions();
|
||||
Cleanup();
|
||||
}
|
||||
@@ -171,6 +170,8 @@ public partial class MapManager : MonoBehaviour
|
||||
_StartEditor = false;
|
||||
_brushRadius = 0;
|
||||
_brushCellType = CellType.None;
|
||||
UIWindow.Instance.uiEditMapConfig.Cleanup();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user