Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Yeah, the leveling down is sure very questionable and that's usually why jam games like this stay silly little prototypes. Glad you had fun!
Btw, the background is made using a shader. I put a box that covers the whole screen and then mixes between a couple of colors based on the distance from the hole and the angle from the hole. This is all done in godot's shading programming language!

Thanks for sharing! I can more or less understand how it works now, but it's still interesting that you managed thought of getting the nice swirl effect just from these 2 variables. Might try to recreate it myself in Unity and stash it under my bed.

(+1)

Yeah, you can check out the source on github if you want some more insight, the link is on the page and the file is called background.gdshader and is located in the scenes folder. Hope you find it useful!