-
-
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
Why images in the "collection of images tileset" are align at "left-bottom" ? #536
Comments
What is better depends on your use-case. Tiled aligns tiles on the map the same way (to the bottom left of their cell), so this way made sense to me. However, this is something the user may want to control of course. There is a "show grid in tileset-panel" option in the context menu, however it only makes white lines between the tiles so the grid itself is not visible on the white background, it only separates the tiles by one pixel. |
I see. my images are all white . I hope the background of tileset-panel could be changed . |
Choosing the background color for the tileset-panel is issue #227. |
Hi @bjorn , would it be possible to add a property for images on "collection of images" tileset to change their offsets ? this property makes sence when using collection of images with different sizes, especially in isometric maps, because the offset of the images is very important to have a correct Z order while rendering. I saw in the exported format that each image have its own entry in the tileset, so it'll not break the export format if some properties are added. |
@alaa-eddine That feature is covered by issue #871. |
perfect ! just tested and it's exactly what I needed :) |
Closing this issue since the original question was answered and the two other suggested features existed as separate issues. Also regarding the bottom-left alignment, there is now a new "dynamic wrapping" mode in the Tilesets view, where the tiles will also get scaled up or down to make them all display at the same size. In this mode they are not aligned into one corner. |
like picture :
![2013-10-01 1 57 42](https://camo.githubusercontent.com/d54812dc7b1f8ef0b8d06ba9c98287959f51654543e673f449158c5332ba575e/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3238383336372f313234333133392f63623863323163382d326135652d313165332d383666372d3235636432636438366635642e706e67)
I think align at "left-top" or "center" is better.
And
Could supply "show grid in tileset-panel" ?
The text was updated successfully, but these errors were encountered: