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

This commit is contained in:
2025-07-13 18:24:37 +08:00
parent 7642bf1d9d
commit ee3de2b358
16 changed files with 274 additions and 949 deletions

View File

@@ -96,6 +96,11 @@ namespace Ichni.RhythmGame
base.ApplyTimeOffset(offset);
enabling.animations.ForEach(anim => anim.ApplyTimeOffset(offset));
}
public void OnDestroy()
{
targetTransformSubmodule.eulerAnglesOffset.Add(Vector3.zero);
targetTransformSubmodule.eulerAnglesDirtyMark = true;
}
}
public partial class LookAt