I'm making a game similar to Terraria in Godot. I want a lighting system similar to it. The light source is a circle but it still can penetrate through a couple of blocks before stopping. I tried using a Light2D and LightOccluder2D for the blocks but the light just stopped there. How can I make one similar to Terraria.
This is the same question as this question but it was in Unity.