Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Awesome art, wonder how you dealt with that wobbly reverse shader!

Thank you! Check the game page for the link to the artist page 😁
For the wobbly reverse shader, we've created a big area on top of the level with the shader applied. The shader then just reproduce what is under (screen texture instead of self texture) and apply some noise deformation to it 👍 I can send you the code if you're interested in!

I'd be super interested in seeing the code if you're ok with that, it always looks ambitious to me when devs dive into shader work for a short jam like this! 

(1 edit) (+1)

Enjoy : Blue Shader (link to GitHub repo) 😁

To be fair, I've never looked into shader before and really wanted to learn about them! I think Game Jam are a great moment to learn new things!

(+1)

You're right! Also something I really want to get into soon. Thanks a lot for the code!