• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Shaders causing ghosting on transparency

Minerkey

Member
I'm working on a game with a friend (Shadows and Sickles) and I've been implementing a few visual things including an image-rounding shader. Issue is (and this is a problem I've encountered with other shaders too) that when dealing with transparent objects using image_alpha or any alpha thats not on the sprite itself, it'll often overlay a ghostly version of the viewport with the shader unapplied to it, as seen here on this scarecrow
1623468741136.png
Its an issue I've frequently run into and I have no idea how to go about solving it as I'm not very familiar with shaders. Any help would be appreciated!
 
Top