Keep old naive dither as an option.

This commit is contained in:
Marisa the Magician 2023-03-04 18:19:38 +01:00
commit e8b7b1c29f
10 changed files with 145 additions and 36 deletions

View file

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