This commit is contained in:
2025-06-17 00:23:38 +08:00
parent 1a5115c678
commit ef59e805a4
4 changed files with 27 additions and 21 deletions

View File

@@ -28,7 +28,7 @@ public partial class MapManager : MonoBehaviour
/// <summary>
/// <20><>ǰ<EFBFBD><C7B0>ͼ<EFBFBD><CDBC><EFBFBD><EFBFBD>
/// </summary>
private MapRegions _curMapRegions;
public MapRegions _curMapRegions;
public bool LoadObsXml()
{
if (_curOpenMapId < 0)
@@ -174,6 +174,7 @@ public partial class MapManager : MonoBehaviour
}
MapManager.Instance.ReseCamera(jpgscenew * mapColumn, jpgscenew * mapRownum);
MapManager.Instance.GenerateMap(jpgscenew * mapColumn, jpgscenew * mapRownum, widthPixel / 100.0f, heightPixel / 100.0f);
UICellInfo.Instance.ShowMapCellInfo();
}
public void ClearMapRegions()