Hi all, started Godot not too long ago and I'm pretty happy with it. Needed a classic Fog of War effect (like the RTSes used to have), but couldn't find anything that suited my needs. I think I came up with a pretty decent solution. Easy to implement (just add a Sprite node with a shader and initialize some stuff). I'm sure it's nothing special or highly advanced, but as a noob I spent too much time looking for something like this. Hope it helps someone else in the future.
Demo project with all needed files: https://github.com/jeroendenhaan/godot-fog-of-war
Not sure if this is the right place, but I guess it's not really a tutorial. Plenty of comments in the code though.
