Now that we have basic terrain types, you can imagine what comes next: we create an array of map tiles for each row.
现在有了基本地形类型,您可以想象得到接下来需要做什么:为每一行创建一个地图图像块数组。
To start, create a few different terrain types and throw together some really rudimentary map tiles to represent each terrain type.
首先,创建一些不同的地形类型并且集合一些极为初步的地图图像块以表示每个地形类型。
Let's make a map that's 20 tiles in size.
让我们制作一个大小为20个图像块的地图。
应用推荐