Less naive palette shader.

This commit is contained in:
Marisa the Magician 2023-02-26 16:31:20 +01:00
commit a0521259a7
14 changed files with 57 additions and 7 deletions

View file

@ -119,7 +119,8 @@ nosave bool mfx_palenable = false;
nosave int mfx_palnum = 0;
nosave float mfx_palsat = 1.;
nosave float mfx_palpow = 1.;
nosave float mfx_paldither = .05;
nosave int mfx_paldither = 3;
nosave int mfx_paldepth = 6;
nosave string mfx_presetname = "Unnamed";