点击预览位置,alt——上下挪动位置

Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2026-02-13 17:40:50 +08:00
parent c21dc74576
commit 96a2c60e16
34 changed files with 23940 additions and 211416 deletions

View File

@@ -21,7 +21,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
public override void Recover()
{
if (breathParticle != null)
LeanPool.Despawn(breathParticle.gameObject);
LeanPool.Despawn(breathParticle);
}
public override void UpdateEffect(float triggerTime)
{
@@ -76,7 +76,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
return;
}
if (breathParticle != null)
LeanPool.Despawn(breathParticle.gameObject);
LeanPool.Despawn(breathParticle);
breathParticle = LeanPool.Spawn(effectPrefab, noteVisual.judgeEffect.transform).GetComponent<ParticleSystem>();
breathParticle.Play();
}