Avoid lights from washing out colors?

Lighting seems really iffy for 2D. If you don’t crank up the intensity, you can barely see it, but if you go just a little bit higher, the sprites start turning white which just looks really bad. Is there a way to prevent multiple lights from making a sprite become white? Or prevent whitening entirely with any light?

Should this be done in shaders? I’ve looked into adding BlendOp Max to sprite-diffuse, but I can’t manage to keep transparency with that. Anyone have any suggestions? Thanks!

i believe the ‘whitening’ effect happens from the material of the objects in question, if im not mistaken it should be the reflective property. applying a flat diffuse material should remove the glow but may make it feel really flat. depending on what effect you’re trying to achieve that could be correct.