I am trying to recreate this look in Godot using the 2d lighting system.
I can get kind of close, but keep running into walls. Mostly in incorporating both lighting AND shadows at the same time.
If I just have a sprite2d with a normal map with a blend mode set to Add, then the sprite looks good, but when I add shadows, it blocks out the light from the sprite.
I can set my background images material's light mode to unshaded so that it's all the normal color, but then I get no shadows.
And I still can't figure out how to get the shadow to darken the background and the light leave the background normal...
I'm having trouble even describing it, but if anyone can help figure out how to recreate this attached image, I'd be grateful