图片大小暴露出来
This commit is contained in:
@@ -21,13 +21,14 @@ public partial class MapManager : MonoBehaviour
|
||||
//<2F><><EFBFBD>Ӹ<EFBFBD><D3B8><EFBFBD><EFBFBD><EFBFBD>
|
||||
public const int heightPixel = 32;
|
||||
//<2F><><EFBFBD>ŵ<EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD><EFBFBD>
|
||||
public const int PicMapPixel = 1000;
|
||||
public int PicMapPixel => int.Parse(mapPic.text);
|
||||
|
||||
public delegate void LoadFinishedCallback();
|
||||
public LoadFinishedCallback onLoadFinishedCallback;
|
||||
//public delegate void CloseMapCallback();
|
||||
//public CloseMapCallback onCloseMapCallback;
|
||||
|
||||
public InputField mapPic;
|
||||
|
||||
private static MapManager _mapManager = null;
|
||||
public static MapManager Instance
|
||||
|
||||
@@ -17,7 +17,7 @@ public class UIMapPanel : MonoBehaviour
|
||||
private int _curOpenMapId;
|
||||
private bool _saving;
|
||||
public int CurOpenMapId => _curOpenMapId;
|
||||
|
||||
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user