增加folder层面的QuickCopy

Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
2026-07-25 00:17:04 +08:00
parent dd4d4e0e03
commit eb7110ea77
19 changed files with 548153 additions and 1676 deletions

View File

@@ -149,6 +149,10 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
public override void ApplyTimeOffset(float offset)
{
base.ApplyTimeOffset(offset);
visibleTimeLength?.ApplyTimeOffset(offset);
headRotateSpeed?.ApplyTimeOffset(offset);
if (enableTimes?.animations == null) return;
foreach (AnimatedBool animBool in enableTimes.animations)
{
animBool.time += offset;
@@ -319,4 +323,4 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
}
#endregion
}
}
}