Question about the sprite layer

Jihl

Member
Hello!

Is it possible to change the depth of a single sprite in a sprite layer? instead of being all the sprites in just one depth number?

In my game I'd like to paint the room with some little bushes, but I can't find a way to put them in the right depth so it is seen in front of my player.

1592787987573.png

This is the depth 300 of the layer... I only wish I could change the depth of every single sprite just as you do with the built-in variable depth on objects!

1592788203858.png

Example for object

1592788296723.png
Thank you in advance!
 

Roldy

Member
You will probably need to put a bit of thought into it to do 3/4 or isometric depth:

Here is a video that covers some intro stuff:

 
Top