What would you like to do?
Generator Data example: https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-object/map-data.json
Expected JSON files examples: https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-object/house-001.json https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-object/house-002.json https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-object/tree.json
Expected Images files examples: https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-object/tilesheet.png
Note: In the examples above, all the tileset JSON files use the same tileset image (this is because we used the already optimized version of the tileset). Case disclaimer: In theory, it should also work if each element has its own image, but this still needs to be tested. For now, you can use the composite option to use multiple tileset images and those will be merged by the generator which use the Tile Map Optimizer.
Generator Data example: https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/map-composite-data.json
Expected JSON files examples: https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/reldens-town-composite.json
Expected Images files examples: https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/outside.png https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/terrain.png https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/house.png https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/doors.png https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/water.png https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/inside.png
Note: In this case as you can see we have a single tile map JSON file which contains several tilesets with different images. All the original contents are 16x16 pixels, so you can see we set "factor: 2" in the sample params to run the optimizer and get 32x32 pixels tiles in the result.
Generator Data example: https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/map-composite-data-with-names.json
Note: In this case we have the same structure as in the SINGLE import, but we include multiple map names in the provided data and use a different loader to create multiple maps at once.
Generator Data example: https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/map-composite-data-with-associations.json
Expected JSON files examples: https://github.com/damian-pastorini/tile-map-generator/blob/master/examples/layer-elements-composite/reldens-town-composite-with-associations.json
Note: In this case we have the same structure as in the SINGLE import, but we include multiple maps information and the association options in the provided data, but use a different loader to create multiple associated maps at once.
NOTE: if you already uploaded all your files and never manually removed them from the "generate-data" folder, you don't need to upload the same files again.