What's Wrong with my 3x3 TileMap?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rainswell

Hi guys, I’m not sure what I’m doing wrong here. Every time I try to set up a 3x3 bitmask for a tilemap, the same thing happens. See pictures, I think they include all relevant information.

How I set up the bitmask:

How it looks when I try to make a tilemap in the editor.

These are 16x16 tiles I’m working with, if that helps. I tried posting the links as embedded images but I can’t figure out how to do that either. Sorry.

If you can help I’d be grateful.

:bust_in_silhouette: Reply From: exuin

You almost have it! But you put the bits on the wrong places! Reverse where you have bits and where you don’t have bits. Remember that you need to have the center bit selected in order to use a tile.

That fixed it! Thank you exuin, I had missed that entirely in the docs, but there it is. Thank you!

rainswell | 2021-05-26 18:20