特效改

This commit is contained in:
SoulliesOfficial
2025-08-09 05:39:32 -04:00
parent 2f461d1135
commit 87e11b6c8a
120 changed files with 667640 additions and 48356 deletions

View File

@@ -26,6 +26,8 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
public override void Adjust()
{
effectParticle = LeanPool.Spawn(noteVisual.effectPrefabList[0], noteVisual.judgeEffect.transform).GetComponent<ParticleSystem>();
effectParticle.transform.SetParent(EditorManager.instance.cameraManager.gameCamera.transform);
effectParticle.Play();
noteVisual.noteMain.SetActive(false);
LeanPool.Despawn(effectParticle.gameObject, 1);