Signed-off-by: TRAfoer <lhf190@outlook.com>

This commit is contained in:
2025-07-15 17:07:28 +08:00
parent d2e981b826
commit 0f1c59f2f2
4 changed files with 15888 additions and 15867 deletions

View File

@@ -106,7 +106,7 @@ namespace Ichni.RhythmGame
{
particle.Stop();
particle.Clear();
if (songTime < playTime) { particle.Clear(); }
}
}

View File

@@ -35,6 +35,7 @@ public partial class GraphicalFlexibleFloatWindow : MovableWindow
scalevalue = 5;
transform.localScale = Vector3.zero;
StartCoroutine(WindowAnim.ShowPanelOnScale(gameObject));
this.connectedBaseElement = baseElement;
this.title.text = title;
unitList = new List<FlexibleFloatTab>();