Page 1 of 1

How do I set a block's Z-Layer?

Posted: Wed Dec 30, 2020 4:34 am
by Animebryan
How do I set a block's Z-Layer? The SMW Wooden Spikes are showing through other blocks. I've looked through the block-n.lua & .ini files but there's no setting for Z-Layer or background setting.

Image

Re: How do I set a block's Z-Layer?

Posted: Wed Dec 30, 2020 4:46 am
by Emral
Changing block priority is currently not supported, outside of making the block invisible and rendering it manually through code. The easiest solution here may be to make the spikes BGOs and add invisible hurt blocks on top.