@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user