You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's just too much work to build a custom map editor. Tiled works just as well, or even better, and you can just write some scripts to convert the XML output into nice JSON. This issue should be used to track tooling for the map conversion.
You can probably save each room as a separate map file, and then put all the rooms together by reading in the files and merging their JSON together with a simple node JavaScript process.
The text was updated successfully, but these errors were encountered:
It's just too much work to build a custom map editor. Tiled works just as well, or even better, and you can just write some scripts to convert the XML output into nice JSON. This issue should be used to track tooling for the map conversion.
You can probably save each room as a separate map file, and then put all the rooms together by reading in the files and merging their JSON together with a simple node JavaScript process.
The text was updated successfully, but these errors were encountered: