01 欢迎(01 Welcome)
02 练习文件(02 Exercise files)
03 建立项目(03 Set up the project)
04 创建瓦片类(04 Create the tile class)
05 创建地图类(05 Create the map class)
06 创建地图测试器类(06 Create the map tester class)
07 将地图测试器连接到地图类(07 Connect the map tester to the map class)
08 可视化地图(08 Visualize the map)
09 在地图中添加精灵(09 Add sprites to the map)
10 创建像素完美相机(10 Create a pixel-perfect camera)
11 用鼠标移动相机(11 Move the camera with the mouse)
12 自动导论(12 Introduction to autotiling)
13 连接邻居@(13 Connect neighbor tiles)
14 计算自动瓦片值(14 Calculate auto tile values)
15 删除邻居@(15 Remove neighbor tiles)
16 装饰岛屿(16 Decorate the island)
17 创造海岸(17 Create the coast)
18 随机化海岸线(18 Randomize the coastline)
19 多加装饰(19 Add more decoration)
20 清理岛屿(20 Cleaning up the island)
21 把相机移到瓷砖上(21 Move the camera to a tile)
22 优化(22 Optimizations)
23 接下来的步骤(23 Next steps)