mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 15:47:38 +09:00
Adjust timing of latch to be more in sync with visuals
This commit is contained in:
parent
7b46d38318
commit
16a9e18815
@ -280,12 +280,12 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
using (swing.BeginDelayedSequence(350))
|
using (BeginDelayedSequence(350))
|
||||||
{
|
{
|
||||||
swing.RotateTo(0, 1000, Easing.OutQuint);
|
swing.RotateTo(0, 1000, Easing.OutQuint);
|
||||||
stick.FadeColour(overlayColourProvider.Colour2, 1000, Easing.OutQuint);
|
stick.FadeColour(overlayColourProvider.Colour2, 1000, Easing.OutQuint);
|
||||||
|
|
||||||
using (swing.BeginDelayedSequence(250))
|
using (BeginDelayedSequence(380))
|
||||||
latchDelegate = Schedule(() => latch?.Play());
|
latchDelegate = Schedule(() => latch?.Play());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user