I'm working on an NES/GBC style game with lo-fi visuals, for the most part I don't need to use too many effects. I recently moved this project from C2 to C3, and I had been using a 3rd party dissolve effect for weather transitions:
imgur.com/gallery/mHUQvds
Just focus on how the storm clouds dissolve in, they basically just populate in pixel-by-pixel (the amount they dissolve in is handled by tweening the dissolve value)
Now I'm no good with effects, and I just need a lo-fi aesthetically consistent replacement for this effect. I'd like something as similar to this C2 effect as possible, but anything that doesn't mess too much with alpha or color changes I would be open to as well.
Either a replacement effect, or any suggestions on how I can recreate something like this with C3 effects would be appreciated!