Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks a lot for playing our game! I’m glad you liked the graphics, we spent quite a lot of time doing the sprite animations by hand and figuring out how to get the glow working properly on Godot xD

Did you follow any tutorials on the glow? I've got a game project in Godot that I would like to try lighting in!

Yeah there are some tutorials on YouTube but they are a bit lacking…I’m thinking of making one myself…the main idea is to use a worldenvironment node, set it to canvas mode, and turn on glow. Then from the script you can set the modulate value of any object to a high number (more than the HDR threshold set in worldenvironment node) and it will glow on screen…for example modulate = Color(4.0,1,1) will make it glow red…I hope this helps :)

(+1)

Thank you! I will give it a try. Eventually, I will have to learn shaders too. *Shudder*

Shaders are not that hard, trust me!