Sprite overlaps

I am making a game with multiple sprites. How do I make a certain sprite cover the other one and not the other way around?

1 Like

You change the depth (Z) of the one sprite you want to cover the other to be bigger than the other

3 Likes

thank you, I did not know that was a thing :slight_smile:

1 Like