hi, anyone can help me, how to make the knife under the sprite texture (blend mode:source atop) without being affected by the effects.
this is the project file :
https://www.dropbox.com/scl/fi/fykmsgow7qx1me1fzrz3e/texture-blend.c3p?rlkey=vezyf7yqb3v6ue8pa8c517svr&st=ldv2d9bx&dl=1
thank you
1) Move the knife above the "texture" sprite
2) Set the knife's blend mode to "destination over"
I have already tried it, but the knife ends up at the very bottom. I want the knife to be between the photo and the texture.
move the knife to the bg layer
edit:
wait, you want it above the face but under the texture.
Here's one way to do it.
layer 1, Force_own_texture=true -- face, blend=destination_in -- bee_texture layer 0 -- knife -- face
Develop games in your browser. Powerful, performant & highly capable.
this worked, thanks for your help!