-
-
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
TileData not perfectly aligned to grid will be lost when exporting to .tbin format #1985
Comments
Appears this happens in this code: It would be nice if either a.) it produced a warning or b.) saved to the closest aligned tile. |
Yeah, the manual makes an explicit warning about this, but I agree it is not ideal and I fully support your suggestions for improvement. A warning could be shown using a modal |
@bjorn I tried to find another plugin using |
I checked out how I tried modifying the code to have a Feel free to close this issue. |
Sorry, it seems you're right that no When adding a I'll keep this issue open since I'd still like to improve the behavior at least a bit before the Tiled 1.2 release. |
When saving a map in the
.tbin
format you have to be very careful to have perfectly aligned objects calledTileData
otherwise they will be deleted upon export without any warning. This can be irritating if you don't notice they aren't perfectly aligned.The text was updated successfully, but these errors were encountered: