You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: