Convert TMX maps to GodotEngines TSCN so you can use Scenes/Nodes as tiles.
- Download and install Tiled http://www.mapeditor.org
- Create a new map
- Orientation: Orthogonal
- Tile layer format: CSV
- Tile render order: Right Down
- Create a tileset: Map > New tileset
- Add some tiles (If you have chosen "Collection of Images")
- Click on a tile and at Properties add a new property named "scene" with value "res://dir/scene.tscn" (the location of scene) so a tile would represent a scene.
- After finishing the map, export it as JSON format.
- Run "tmx2tscn.py"
- -i=file.json : Input file, default: input.json
- -o=file.tscn : Output file, default: output.tscn
- -oo=true/false : Origin offset, default: true
- -h : This help file