line that you can see is leftover after my try to made borders a bit more smooth. It because I draw only first radar that have range there, right now this solution work more like Frog of War, every radar range is equal.
I only count 8 bases now, rest can be used for crafts
Good job, it looks nice. How's it done? Is it another "layer" or is it drawn "directly on the surface"? Would it be possible to mix the border color? This can be confusing - it can be mixed with the night shadow.
This is brutal force solution
To lightning function I send position of radars in vector. then for every pixel I check if this pixel is in range with any of radars in list.
If is then I draw normal lighting divided by 2 in power, else I add 16 "shadow" value to made it darker. When I will be closer to release it I will tweak a bit this values to made it look better.