Comments

Log in with itch.io to leave a comment.

You are a life saver 🙏

what happen if you use a texture instead of coloring the silhouette? i mean, with a different sprite like a bayer one?

I'm not sure what a "bayer" is, but you could probably make it work. You have full control over how the silhouettes draw to the screen. It doesn't even have to be the same sprite if you don't want. Right now it just calls draw_self() for those objects, but you could make it run any code.

Is there a way to do this with both objects and layers? Or, would it just be better to stick with objects?

It would be EXTREMELY difficult to do this with layers.  Anything is possible, but if it were me, I would do everything in my power to only use objects.

I figured as much. Thanks for the quick reply!

(+3)

This is awesome!!