Is there a way to put the character between some layers at the paralax background?

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

My character is currrently like this:
I dont want this

But I would like it to be behind the grass like this:

I want this

the problem is that putting the character into the parallax background makes it behave like it is a background and camera doesn’t follow it… so… is there a proper way to do what I want?

Thank you very much!

:bust_in_silhouette: Reply From: exuin

So, a ParallaxLayer is just a CanvasLayer with special properties. Change the layer property of the ParallaxLayer to control the draw order of the layer. Set its value to higher than the layer the player is on to put a ParallaxLayer in front of the player.