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

Autotile Issue #135

Open
LunamOdium opened this issue Jul 6, 2024 · 1 comment
Open

Autotile Issue #135

LunamOdium opened this issue Jul 6, 2024 · 1 comment

Comments

@LunamOdium
Copy link

LunamOdium commented Jul 6, 2024

If you have a tileset thats anything but a perfect square, when generating the map there will be a gap between the different tile types(in my case, dirt tile and grass tile) I attempted to generate each on their own layer but it doesnt seem to work at all.

E.g: I have a dirt tile with a threshold of 0.2 to 1 and a grass tile with a threshold of 0.3 to 1. Dirt is layer 0 while grass is layer 1

Theoretically, the dirt should fill the space from 0.2 all the way to 1, and the grass should be drawn ON TOP, from 0.3 to 1, but it does not.

Either im not understanding how the layers work(as there is no documentation for this) or it simply doesnt work.

tilesetTest

@BenjaTK
Copy link
Owner

BenjaTK commented Jul 9, 2024

I'm unable to recreate this, seems to be working fine with me. I think it's because the changes in Godot 4 require a full terrain tileset, one that looks like this:
image
(from Godot 4: Simple Autotile Procedural Generation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants