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

Request: Add support for maps and assets in assets/extension #226

Open
ubergeek77 opened this issue Nov 14, 2021 · 0 comments
Open

Request: Add support for maps and assets in assets/extension #226

ubergeek77 opened this issue Nov 14, 2021 · 0 comments

Comments

@ubergeek77
Copy link

Currently, the editor only looks for maps under data/maps:

export async function getAllMaps(dir: string) {

this.mapLoader.loadRawMap(this.map, this.map.name, `data/maps/${this.map.name}.json`);

This means that maps included via the extension directory (the "console exclusive" maps, all of the DLC maps), won't show up in the list of maps in the editor.

You can still load them manually, but any sprites/media that are also in the extension directory won't show as sprites in the editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants