Skip to main content

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

Thank you so much for the feedback we worked really hard on trying to make it juicy and satisfying. 


I really love your game's rendering of the pen lines and the ink are of effect it looks so smooth  and fluid, like ink! :)


How did you produce your area of effect by the way? We first tried shaders but they were taking to much time so we switched to covering the area with an emitter but Im curious to know how you got such a good looking effect.

(+2)

Thanks so much! Yeah, it’s pretty much all shaders. The trick was calculating the points involved in the closed loop and creating a Polygon2d out of them. We could then flash that polygon white, apply the shader that fills it in with “ink”, and then collapse it.

Nice! That's really cool!