This commit is contained in:
SoulliesOfficial
2025-09-14 14:53:45 -04:00
parent 64c84ac685
commit 8f9e84a535
68 changed files with 12674 additions and 470 deletions

View File

@@ -59,7 +59,9 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
Renderer rend = part.GetComponent<Renderer>();
if (rend != null)
{
rend.material.SetFloat("_MainAlpha", 1f);
rend.materials[0].SetFloat("_MainAlpha", 1f);
rend.materials[1].SetFloat("_MainAlpha", 1f);
note.track.trackPathSubmodule.path.RebuildImmediate();
}
}