This commit is contained in:
SoulliesOfficial
2025-10-09 02:00:19 -04:00
parent d98eafa673
commit 0804b43255
58 changed files with 34900 additions and 5378 deletions

View File

@@ -38,7 +38,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
foreach (var renderer in noteRenderers)
{
renderer.materials.For(m => m.SetFloat("_MainAlpha", 1f));
renderer.materials.For(m => m.SetFloat("_AlphaAll", 1f));
}
}
@@ -57,7 +57,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
foreach (var renderer in noteRenderers)
{
renderer.materials.For(m => m.SetFloat("_MainAlpha", alpha));
renderer.materials.For(m => m.SetFloat("_AlphaAll", alpha));
}
}
@@ -66,7 +66,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
noteVisual.noteMain.SetActive(false);
foreach (var renderer in noteRenderers)
{
renderer.materials.For(m => m.SetFloat("_MainAlpha", 1f));
renderer.materials.For(m => m.SetFloat("_AlphaAll", 1f));
}
}