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

Terrain brush question in isometric-staggered #1951

Closed
chenpangzi opened this issue May 14, 2018 · 2 comments
Closed

Terrain brush question in isometric-staggered #1951

chenpangzi opened this issue May 14, 2018 · 2 comments
Labels
bug Broken behavior.

Comments

@chenpangzi
Copy link

I use examples isometric_grass_and_water.tmx, the terrain brush work good,
but when i change orientation to staggered, the brush is working wrong!
see this image, missing 2 tiled.
tiledmap

@bjorn bjorn added the bug Broken behavior. label May 15, 2018
@bjorn
Copy link
Member

bjorn commented May 15, 2018

First off, please decide where to post your question, be it on the forum or as a GitHub issue, rather than posting it in both places.

In any case, I believe this was working correctly at some point, but it evidently is broken now. I'll need to investigate what is going wrong here. Thanks for the report!

@bjorn
Copy link
Member

bjorn commented May 15, 2018

Well, I broke this in change 01944e9, which makes an assumption about neighbor proximity that is not valid for staggered maps. I think expanding the maximum area processed by one tile will fix this up.

@bjorn bjorn closed this as completed in 617ed97 May 31, 2018
@bjorn bjorn added this to Roadmap Feb 3, 2023
@bjorn bjorn moved this to Completed in Roadmap Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken behavior.
Projects
Archived in project
Development

No branches or pull requests

2 participants