让我们整合一个生成基本地图的脚本。
usa_map.svg是美国的一个基本地图,编码为 SVG,从 outside_in.html 引用它。
usa_map.svg is a basic map of the United States encoded as SVG, and is referenced from outside_in.html.
现在有了基本地形类型,您可以想象得到接下来需要做什么:为每一行创建一个地图图像块数组。
Now that we have basic terrain types, you can imagine what comes next: we create an array of map tiles for each row.
现在有了基本地形类型,您可以想象得到接下来需要做什么:为每一行创建一个地图图像块数组。
Now that we have basic terrain types, you can imagine what comes next: we create an array of map tiles for each row.
应用推荐