Skip to content

Object templates for tile objects #41

Closed
@Cleptomania

Description

@Cleptomania

Tile objects do not load properly when loaded from a template. This is because when it comes to templates, the tileset is defined at the template level, and not the map level.

In order to support proper loading of them, the tileset needs to be added into the map object, and have it's firstgid adjusted to work with the rest of the map.

This was found in the Arcade library via pythonarcade/arcade#919

In order to fix this, the map object will need created before the layers are processed, it's hard to say at this point how exactly that will look.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions