Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMX map property parsing limitation #25

Open
NI92 opened this issue Feb 27, 2016 · 1 comment
Open

TMX map property parsing limitation #25

NI92 opened this issue Feb 27, 2016 · 1 comment

Comments

@NI92
Copy link

NI92 commented Feb 27, 2016

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);

@ghost
Copy link

ghost commented Mar 10, 2016

Thank you for the heads up we will look at the TMXParser in the near future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant