Cleanup, added palette filter.

This commit is contained in:
Marisa the Magician 2019-01-15 00:45:48 +01:00
commit 8cc1fc0169
10 changed files with 83 additions and 1 deletions

View file

@ -77,3 +77,7 @@ user float mfx_vigcolor_b = -1.0;
user float mfx_vigpow = 1.0;
user float mfx_vigmul = 1.0;
user float mfx_vigbump = 0.0;
user bool mfx_palenable = false;
user int mfx_palnum = 1;
user float mfx_paldither = 0.02;