完善坐标系
This commit is contained in:
@@ -69,8 +69,8 @@ public class UIMapPanel : MonoBehaviour
|
||||
|
||||
if (maxRow > 0 && maxCol > 0)
|
||||
{
|
||||
MapManager.Instance.allMaps[mapId] = (maxRow, maxCol);
|
||||
Debug.Log($"Map {mapId} loaded with max dimensions: {maxRow}x{maxCol}");
|
||||
MapManager.Instance.allMaps[mapId] = (maxCol, maxRow);
|
||||
Debug.Log($"Map {mapId} loaded with max dimensions: {maxCol}x{maxRow}");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user