Tweak the dither math.

This commit is contained in:
Marisa the Magician 2023-02-26 18:03:11 +01:00
commit 05b33078fb
5 changed files with 12 additions and 6 deletions

View file

@ -107,6 +107,7 @@ OptionValue "MFXPalette"
OptionValue "MFXDither"
{
-1, "$MFX_DITHER0"
0, "$MFX_DITHER1"
1, "$MFX_DITHER2"
2, "$MFX_DITHER3"
@ -318,6 +319,6 @@ OptionMenu "MFXOptionsMenu"
MFXSlider "$MFX_PALSAT", "mfx_palsat", 0, 2, 0.01, 2
MFXSlider "$MFX_PALPOW", "mfx_palpow", 0, 2, 0.01, 2
Option "$MFX_PALDITHER", "mfx_paldither", "MFXDither"
MFXSlider "$MFX_PALDEPTH", "mfx_paldepth", 1, 6, 1, 0
MFXSlider "$MFX_PALDEPTH", "mfx_paldepth", 1, 16, 1, 0
SafeCommand "$MFX_RESET", "event resetmfxvars 7"
}