fallahn / tmxlite

lightweight C++14 parser for Tiled tmx files
Other
404 stars 69 forks source link

add image repeat flags #123

Closed mx-payn closed 1 year ago

mx-payn commented 1 year ago

Added the image repeat flags for x and y axis to ImageLayer.

This was introduced with Tiled 1.8 reference: tmx-changelog reference: tmx-map-format

mx-payn commented 1 year ago

Added the missing initializers. Didn't think they would be needed ;)

fallahn commented 1 year ago

Technically not needed - but clang was complaining 😅 Thanks for the contribution!