Now that we have basic terrain types, you can imagine what comes next: we create an array of map tiles for each row.
现在有了基本地形类型,您可以想象得到接下来需要做什么:为每一行创建一个地图图像块数组。
This is due to the array structure within the target map.
之所以出现此标记,是因为目标映射中有数组结构。
Once we have a map array, we iterate through each row and column, including an image for each terrain type.
在拥有地图数组后,我们将遍历每行和每列,包括每个地形类型的图像。
应用推荐