浏览代码

Update tilemap.md

Björn Ritzl 8 月之前
父节点
当前提交
9894d68735
共有 1 个文件被更改,包括 17 次插入0 次删除
  1. 17 0
      docs/en/manuals/tilemap.md

+ 17 - 0
docs/en/manuals/tilemap.md

@@ -101,3 +101,20 @@ A tilemap has a number of different properties that can be manipulated using `go
 ## Project configuration
 
 The *game.project* file has a few [project settings](/manuals/project-settings#tilemap) related to tilemaps.
+
+## External tools
+
+There are external map/level editors that can export directly to Defold tilemaps:
+
+### Tiled
+
+[Tiled](https://www.mapeditor.org/) is a well-known and widely used map editor for orthogonal, isometric and hexagonal maps. Tiled has support for a wide array of features and can [export directly to Defold](https://doc.mapeditor.org/en/stable/manual/export-defold/). Learn more about how to export tilemap data and additional meta-data in [this blog post by Defold user "goeshard"](https://goeshard.org/2025/01/01/using-tiled-object-layers-with-defold-tilemaps/)
+
+
+### Tilesetter
+
+[Tilesetter](https://www.tilesetter.org/docs/exporting#defold) can be used to automatically create full tilesets from simple base tiles and it has a map editor which can export directly to Defold.
+
+
+
+