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

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6dbdd314784e80440b48088e6357c1ef
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

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>();