Hey,
I need a level editor that can place objects in arbitrary positions and export to JSON or similar. I keep coming back to Tiled, though, which has support for this. But it feels like it's the wrong tool, since you also have to have a tileset, which I don't need.
Does anyone know of a level/map editor that allows free placement of objects?
Cheers,
Niclas
Comments
http://giderosmobile.com/forum/discussion/699/using-tiled/p1
However reading lua exported tiled maps is not too hard: you could ignore tilelayers and parse only the objectgroups.
I made a dummy map with an empty tileset and 3 icons randomly placed in a object layer:
this is the relevant part of the lua file.
take a look at tiledmap.lua in this archive, I am sure that with some if then and cut&paste you'll get what you need, and maybe it's the time that gideros gets a full featured support of Tiled maps
http://giderosmobile.com/forum/discussion/6948/tilemap-object-and-tiled-tile-flip/p1
https://deluxepixel.com
Likes: totebo
Likes: antix