This commit is contained in:
SoulliesOfficial
2025-10-02 23:49:18 -04:00
parent 8f9e84a535
commit d98eafa673
408 changed files with 27766 additions and 2084 deletions

View File

@@ -28,6 +28,12 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
effectParticle.transform.SetParent(GameManager.instance.cameraManager.gameCamera.transform);
effectParticle.Play();
noteVisual.noteMain.SetActive(false);
if (note is Hold)
{
noteVisual.extraPartList[0].gameObject.SetActive(false);
}
LeanPool.Despawn(effectParticle.gameObject, 1);
}