Skip to main content

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

Hi, 


is there a way to limit/ clamp the effect of the shader ? I am trying to figure it out and cant seem to find it. I would like to adjust it so it wont cover the whole camera view but a desire area.

hey! That would come more to either applying the application surface to a separate surface and then using 'draw_surface_part' or just applying horrifi to the specific thing you want to use it on. Horrifi can even be applied to sprites! Just use 

horrifi_set()
draw_sprte(sprite, index, x, y);
horrifi_reset();