-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Offset per-tile, and RenderOrder per-layer #2891
Comments
Drawing offset for individual tiles is covered by #871. It's an old request, though I do hope to get around to it eventually.
Hmm, that's pretty rare I guess (even the use of the "render order" feature itself is rare), but there is no good reason it wouldn't work per layer. It would be nice to find some more generic implementation for such settings such that they can be applied at different levels. |
Offset
for per-tile , and RenderOrder
for per-layer.
Hmm, are you actually using an isometric map? Just wondering because the "render order" setting only affects orthogonal maps.
Can you tell us a bit about those complex reasons? |
the tile image is bigger than tile size , for remove the gap(black line) between tiles. so I need the left and up tile to cover the right-down one . |
Now, the
Offset
is for the whole tileset , in my project , I need the offset of some single tiles.And , Now the
Tile render order
is for the whole map , in my project , I need the different layer with different order.So I hope Tiled could support these features.
Thanks.
The text was updated successfully, but these errors were encountered: