Portponky / better-terrain

Terrain plugin for Godot 4
The Unlicense
433 stars 21 forks source link

Issues with tiles chosen when working with 2 different terrains #75

Closed wowvain-dev closed 4 months ago

wowvain-dev commented 4 months ago

Edge tiles not chosen properly when drawing terrain.

This is my tileset: image

I have made two "Match tiles" terrains, Grass and Dirt:

Grass image

Dirt image

Issue:

https://github.com/Portponky/better-terrain/assets/79089703/3c99d957-604b-46b3-8678-d574c431c8c4

It is my first time working with this plugin so my experience is very limited and it feels a bit different than how Tiled manages it / how the default Terrain system in Godot works, however I like that I can include the same tile in multiple terrains (unlike the default Godot one).

wowvain-dev commented 4 months ago

I think I have fixed it by not enforcing corners on most tiles:

image

image