Skip to content
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

Tiled map sorting #16

Open
vflour opened this issue Oct 15, 2023 · 0 comments
Open

Tiled map sorting #16

vflour opened this issue Oct 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@vflour
Copy link
Owner

vflour commented Oct 15, 2023

Sorting the priorities of 2D assets is a difficult (especially in isometric environments), but necessary task for games. While some of it is achieved, there are still issues with the sorting of map items in Waggington. (Like the dirt patch!).

Sorting is also achieved by using a quick-and-dirty method of positioning the pivot of a tile for the image (and modifying Tiled to account for it), however this isn't ideal. Additionally, for items that tend to span over a couple of tiles, there are usually issues with how the character will underlap or overlap some regions of the item.

An ideal solution would be to have something similar to this video: https://www.youtube.com/watch?v=yRZlVrinw9I

@vflour vflour added the bug Something isn't working label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant