Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Tileset Loader Support #386

Closed
nanodeath opened this issue May 24, 2021 · 2 comments · Fixed by #387
Closed

Custom Tileset Loader Support #386

nanodeath opened this issue May 24, 2021 · 2 comments · Fixed by #387
Assignees
Labels
feature New functionality for the program

Comments

@nanodeath
Copy link
Contributor

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.

@nanodeath
Copy link
Contributor Author

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

nanodeath added a commit to nanodeath/zircon that referenced this issue May 24, 2021
nanodeath added a commit to nanodeath/zircon that referenced this issue May 24, 2021
nanodeath added a commit to nanodeath/zircon that referenced this issue May 24, 2021
nanodeath added a commit to nanodeath/zircon that referenced this issue May 24, 2021
@adam-arold
Copy link
Member

Related to #340 .

@adam-arold adam-arold added the feature New functionality for the program label May 24, 2021
@adam-arold adam-arold added this to the 2021.1.0-RELEASE milestone Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality for the program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants