defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Support Import/Export of Tiled Map Editor Tilemaps #1256

Closed brian3kb closed 7 years ago

brian3kb commented 7 years ago

The current tilemap file format can't be opened in third-party map/image editing tools such as Tiled or PyxelEdit. Could support be added? Or are there plans to significantly improve the Tilemap editing capabilities of Editor2?

subsoap commented 7 years ago

Tiled can export its native format to Defold's format when you enable the extension for it.

You can also import Tiled data (my preferred way) directly while running the game into Defold tilemaps. This way you export in Tiled to a lua file and then can also selectively load stuff like entities for scripting.

Use Tiled, don't use the built in tilemap editor for now except to setup your tilespace dimensions (or use text editor to do that).

brian3kb commented 7 years ago

Thanks! I completely missed the defold export extension in Tiled.