Colored Drop Shadow (Construct 3 Effects)

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Great effect! Is it possible to have blending modes for the shadow or an option to only render it over stuff below it in the same layer? Example: Render over a fence or brick wall, but not the sky in a platformer.

    • Sadly not. That's afaik not possible with the way effects are made.

      Instead what you can do is just duplicate the sprite, and use blend modes over that sprite. You'd get the effect you're looking for.

      • I had a hunch that was the case after snooping around. thanks for the quick reply. I'll still keep using it when I can to save on the double sprite work.