Skip to content

TMX map property parsing limitation #25

@NI92

Description

@NI92

Currently, unlike a .json map, a .tmx map is unable to display all properties of a single tile, but only the last one in the list.

Logging of the NSDictionary 'properties' was done in this manner:

SKASprite *tile = [_map tileAtPoint:touchedPoint andLayer:0];
NSLog(@"Properties: %@", tile.properties);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions