mirror of
https://github.com/osukey/osukey.git
synced 2025-05-14 01:57:22 +09:00
Start breakOut animation a bit earlier
This commit is contained in:
parent
d58e5a6130
commit
6fe2b64abd
@ -87,7 +87,7 @@ namespace osu.Game.Screens.Play.BreaksOverlay
|
|||||||
{
|
{
|
||||||
onBreakIn(b);
|
onBreakIn(b);
|
||||||
|
|
||||||
using (BeginDelayedSequence(b.Duration, true))
|
using (BeginDelayedSequence(b.Duration - fade_duration, true))
|
||||||
onBreakOut();
|
onBreakOut();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user