Hexworks/zircon

Custom Tileset Loader Support

nanodeath opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
I want to use the Tiled map editor to define where to draw what tiles, but right now it's impossible to plug in custom tileset loaders because all the loaders are hardcoded.

Describe the solution you'd like
Ideally it'd be possible to implement your own tileset loaders and register them via the AppConfig.

Describe alternatives you've considered
Well...we need something for custom tileset loaders. We could register them globally/statically, but we already have AppConfig so we might as well use that.

Additional context
This is related to my zircon-tiled project.

I'm almost done with this 😁 so feel free to assign to me.

Related to #340 .