Is it possible that a sprite can be in front of the player in Pulp?

Hi everyone!
I'm a first time developer making my first game and I'm having a problem with the sprites. I need the player to be able to pass behind some trees that are in the foreground, but I see that pulp doesn't allow anything in front of the player. Would there be a way to put sprites that can cover the player?

Thanks to all!!

If the trees have no color other than black, you can make the player transparent on the white pixels, as to hide them with the entirely black tiles. Or, you can make a script that hides the player after passing over the tree tiles.

I'll try it! Let's see if I can make a script... thanks!!