Skip to content

Collision Properties #51

Description

@kingnobody8

Tile collision information is saved as an ObjectGroup, however the Tile class does not accurately represent that relationship. Instead it circumvents parsing an ObjectGroup and individually parses the list of objects. This means that saved data about the ObjectGroup (such as name, visibility, offset, color, properties, ect) is not available. You can see this in TmxTile.cpp lines 101-119.

I suggest changing the Tile class to contain an ObjectGroup, rather than a list of Objects. This way all the information for an ObjectGroup will be properly included.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions