ss
This commit is contained in:
@@ -136,28 +136,6 @@ public class UIMapPanel : MonoBehaviour
|
||||
return MapManager.Instance.allMaps.ContainsKey(mapId);
|
||||
}
|
||||
|
||||
public void ResetMap()
|
||||
{
|
||||
if (dropMap.options.Count == 0)
|
||||
{
|
||||
UIWindow.Instance.ShowMessage("<22><><EFBFBD><EFBFBD>ɨ<EFBFBD><C9A8><EFBFBD><EFBFBD>ͼ");
|
||||
return;
|
||||
}
|
||||
|
||||
if (_curOpenMapId < 0)
|
||||
{
|
||||
UIWindow.Instance.ShowMessage("û<>е<EFBFBD>ͼ");
|
||||
return;
|
||||
}
|
||||
|
||||
//<2F>ȹرյ<D8B1>ͼ
|
||||
CloseMap();
|
||||
UIWindow.Instance.uiEditMapConfig.Cleanup();
|
||||
|
||||
//<2F>ٴ<D9B4>ͼ
|
||||
OpenMap();
|
||||
}
|
||||
|
||||
private void Update()
|
||||
{
|
||||
if (Input.GetKey(KeyCode.LeftControl) && Input.GetKey(KeyCode.S))
|
||||
|
||||
Reference in New Issue
Block a user