tiled icon indicating copy to clipboard operation
tiled copied to clipboard

Embedded images (as base64) in json format

Open justgook opened this issue 6 years ago • 5 comments

Now we can embed tilesets into map, but would be nice get possibility embed images (tilesets, image-ayer .. ) to have single file for whole map.

Reason: Now im working on some platfromer game that uses tiled as main level editor, most of job is done in tiled: defining level, parallaxes, enemy types, collisions (made up from individual shape of tiles), animations... so idea is to create "online-platformer-engine" where all tools what you need is Tiled. To be able run it online - it would be nice have possibility - to upload just 1 file an get fully running game.

For now only solution is to make zip file out of map + images and upload it, then extract all stuff in browser, update all references to images (to use base64 or other kind of data) and only then run game.

justgook avatar May 31 '18 12:05 justgook