Skip to main content

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

once u have both rpy files inside your renpy game, simply use the transform corresponding to the shader u want onto the sprite!
for example:

label start:

     show eileen happy at whateverShaderName

you can find the transform names inside the MVNTemplates.rpy folder, hope this helps <3