How to make a glow effect in solar 2d?

I’m creating a game and I need to make the glow effect of objects in it. And I would not like to do it with separate textures. Is there a universal way?

You can change the blend mode of the object to “add”:
https://docs.coronalabs.com/guide/basics/configSettings/index.html

And if that’s not enough you can set some filter:
https://docs.coronalabs.com/guide/graphics/effects.html

But this kind of things have a cost in terms of performance, so consider editing the source image.

1 Like

Thank you!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.