Skip to content

Feature Request: Allow independent parse of tsx to TileMap. #129

@brandon-reinhart

Description

@brandon-reinhart

Currently tsx loading is embedded in map loading. This is fine for a game runtime, but your library is a pretty good interface to an asset import process (I'm using it for my custom importer to Unreal). I'd like to be able to treat tsx (tileset) files as their own asset and write a separate importer for them. I could trick your interface by loading the tsx, parsing it into an xml node, then calling parse with an empty map, but this is shady.

Would be nice to be able to create a TileMap object independent of any Map. Multiple maps may refer to the same tsx, so this allows us to manage each asset for import/reimport independently.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions