改谱面,不知道加了啥

This commit is contained in:
2025-06-30 22:07:55 +08:00
parent d240c3eff9
commit 7fee6d651a
6 changed files with 17857 additions and 11214 deletions

View File

@@ -87,10 +87,9 @@ namespace Ichni.RhythmGame
{
matchedBM = new TrackPercentPoint_BM(elementName, elementGuid, tags,
parentElement.matchedBM as GameElement_BM,
trackPercent.ConvertToBM())
{
MotionAngles = this.MotionAngles
};
trackPercent.ConvertToBM());
((TrackPercentPoint_BM)matchedBM).MotionAngles = this.MotionAngles;
}
public override void SetUpInspector()