编辑器
This commit is contained in:
@@ -108,7 +108,7 @@ public class UICellInfo : MonoBehaviour
|
||||
int height = int.Parse(txtCellCols.text);
|
||||
float cellW = int.Parse(txtCellWidth.text) / 100.0f;
|
||||
float cellH = int.Parse(txtCellHeight.text) / 100.0f;
|
||||
MapManager.Instance.GenerateMap(MapManager.Instance._curOpenMapId,width * cellW, height * cellH, cellW, cellH);
|
||||
MapManager.Instance.GenerateMap(MapManager.Instance._curOpenMapId,width, height, cellW, cellH);
|
||||
var newRendData = MapManager.Instance.map?.selector?.GetGridData();
|
||||
for (int i = 0; i < MapManager.Instance.map?.selector.horizontalNumber; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user