mapeditor / tiled-to-godot-export

Tiled plugins for exporting Tilemaps and Tilesets to Godot 3 format
149 stars 35 forks source link

Use ES modules #47

Closed nerochiaro closed 2 years ago

nerochiaro commented 2 years ago

Attempting to implement feature #36 by renaming files to .mjs and using import/export as suggested.

The extension loads fine for me and exporting tilemaps and tilesets works as before.

Tested only with Tiled 1.9

nerochiaro commented 2 years ago

Closed due to to mistakes in pushing the branch. Will re-submit