frag icon indicating copy to clipboard operation
frag copied to clipboard

Support for tiled maps

Open zacharycarter opened this issue 7 years ago • 1 comments

Support for tiled maps would be nice.

Should support loading http://www.mapeditor.org/ maps.

zacharycarter avatar May 10 '17 22:05 zacharycarter

Hey, I think I'd maybe like to work on that. Just to be clear, it's this format, right? http://doc.mapeditor.org/reference/tmx-map-format/

Would you like it to be implemented through the load proc that returns a TiledMap in tiled_map.nim?

Also might you want to refactor the Asset type from a case object to using inheritance? And maybe we could move tile related types into tiled_map.nim.

AjBreidenbach avatar Jul 30 '17 14:07 AjBreidenbach