-
Notifications
You must be signed in to change notification settings - Fork 111
Parse repeatx/repeaty from Image layers #324
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
Conversation
|
Thank you for your contribution! Please run rustfmt on it and I'll try to check it tomorrow morning |
aleokdev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be breaking, so please base your changes against next instead. Thanks!
15dd64e to
643294a
Compare
bjorn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me. Now it's only missing an update to CHANGELOG.md. :-)
|
not sure bout the CI but my test pass 😬 |
|
The behavior of the include macro might've changed at some point, but it's okay, I'll see if I can fix it in another branch |
|
Oh yeah nevermind, it's this: #322 (comment) |
Really sorry about this. Could you rebase now? It should be fine after that. |
aleokdev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, rebased and modified the changelog to fit our convention :)
|
@guysv There you go! |
|
thanks. sorry i didn't get to it! busy weekend |
|
Yes of course, don't worry about it, I just did it because I was already at it with the CI fixes and whatnot :) |
This allows map renderers to respect the image layer repeatx/repeaty properties.
relates to adrien-bon/bevy_ecs_tiled#123