Multiple bitmasks on one tile? (Auto-tiling)

Hello, I hope this post finds everyone well.

I have been trying to use auto-tiling, but there are issues when I try to create filled rectangles:


So I came up with a solution like this:

Unfortunately if I wanted to continue with this I would have to edit the texture to add in some more tiles for the bottom center and the mid right to match the top center and mid left.
Is there a way I apply multiple bit-masks to those tiles instead? If not, do I need to edit the texture or can I configure this in a another way I missed?

Thanks in advance.

You can create alternative tiles and give them a different bitmask

1 Like

I can’t believe I missed this! Thanks.