increase threashold for dark brown recolor

This commit is contained in:
yosh 2023-05-22 00:03:26 -05:00
parent f47c8f60b6
commit d0867f30a9
1 changed files with 2 additions and 2 deletions

View File

@ -199,8 +199,8 @@ namespace Celeste.Mod.AvaliSkin {
);
FxRecolor.Parameters["recolor1_rgb_to"].SetValue(dashColor.ToVector4());
// works at 0.12 minus the dark brown
FxRecolor.Parameters["rehue1_threshold"].SetValue(0.03f);
// works at 0.12 minus the dark brown (actually works for real)
FxRecolor.Parameters["rehue1_threshold"].SetValue(0.07f);
FxRecolor.Parameters["rehue1_threshold_mul"].SetValue(
new Vector4(1f, 0.1f, 0.1f, 0f)
);