改了格子大小
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user