/// <summary> /// Create a new map using the specified size grid /// </summary> public void CreateMap() { LevelEditor.CreateNewMap(int.Parse(_newMapSizeXInput.text), int.Parse(_newMapSizeYInput.text)); MapSaver.CurrentFileName = ""; StaticMapInfo.LevelEditorLevel = ""; }