increase threshold. this captures db

This commit is contained in:
yosh 2023-05-24 21:13:42 -05:00
parent e5d45f5d48
commit 1aa8027a13
1 changed files with 1 additions and 1 deletions

View File

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