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.
+
+
+
+