改了格子大小

This commit is contained in:
tangbin
2025-07-25 15:36:10 +08:00
parent 5d63e4878c
commit f88a2e9504
1009 changed files with 69967 additions and 81 deletions

View File

@@ -17,7 +17,6 @@ public class UIMapPanel : MonoBehaviour
private int _curOpenMapId;
private bool _saving;
public int CurOpenMapId => _curOpenMapId;
// Start is called before the first frame update
void Start()
{
@@ -84,7 +83,10 @@ public class UIMapPanel : MonoBehaviour
}
}
}
public void ExportMap()
{
MapManager.Instance.SaveAtlasToFile();
}
public void ScanMap()
{
MapManager.Instance.allMaps.Clear();