移除默认fog,调整判定特效大小

This commit is contained in:
SoulliesOfficial
2026-07-06 01:19:39 -04:00
parent 150f157725
commit eedbe9d41f
21 changed files with 160849 additions and 18933 deletions

View File

@@ -37,6 +37,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
public override void Adjust()
{
effectParticle = LeanPool.Spawn(noteVisual.effectPrefabList[1], noteVisual.judgeEffect.transform).GetComponent<ParticleSystem>();
//effectParticle.transform.localScale = noteVisual.transform.localScale;
effectParticle.transform.SetParent(EditorManager.instance.cameraManager.gameCamera.transform);
effectParticle.Play();