Personal rebranding.

This commit is contained in:
Marisa the Magician 2022-05-13 18:33:39 +02:00
commit cfca071dda
20 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
/*
Complex grain shader ported over from MariENB
(C)2012-2021 Marisa Kirisame
(C)2012-2022 Marisa the Magician
*/
#define overlay(a,b) (a<0.5)?(2.0*a*b):(1.0-(2.0*(1.0-a)*(1.0-b)))
#define darkmask(a,b) (a>0.5)?(2.0*a*(0.5+b)):(1.0-2.0*(1.0-a)*(1.0-((0.5+b))))