Object (and layer/map) properties are useful for adding other meta-data in tiled. I made some demo code for pulling properties, but it might make sense to pre-parse properties into the returned map-object, for even simpler lookups, or even pull them out into a separate objects map, so you can keep track of all of them in one place.
Object (and layer/map) properties are useful for adding other meta-data in tiled. I made some demo code for pulling properties, but it might make sense to pre-parse properties into the returned map-object, for even simpler lookups, or even pull them out into a separate
objects
map, so you can keep track of all of them in one place.Relates to #1