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

This commit is contained in:
2025-07-17 16:44:38 +08:00
parent 015a174afc
commit 55af142af3
29 changed files with 17816 additions and 16619 deletions

View File

@@ -184,7 +184,13 @@ namespace Ichni.RhythmGame
currentAnimationIndex = 0;
return;
}
public float GetValue(float songtime)
{
UpdateFlexibleFloat(songtime);
float a = value;
UpdateFlexibleFloat(EditorManager.instance.songInformation.songTime);
return a;
}
/// <summary>
/// 转换为Beatmap存档类型
/// </summary>