Skip to content

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

Open
@ubergeek77

Description

@ubergeek77

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions