mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
fix lingering small ring in circles! intro
This commit is contained in:
parent
4806dd8648
commit
c50e495e03
@ -205,6 +205,7 @@ namespace osu.Game.Screens.Menu
|
||||
const int line_end_offset = 120;
|
||||
|
||||
smallRing.Foreground.ResizeTo(1, line_duration, Easing.OutQuint);
|
||||
smallRing.Delay(400).FadeOut();
|
||||
|
||||
lineTopLeft.MoveTo(new Vector2(-line_end_offset, -line_end_offset), line_duration, Easing.OutQuint);
|
||||
lineTopRight.MoveTo(new Vector2(line_end_offset, -line_end_offset), line_duration, Easing.OutQuint);
|
||||
|
Loading…
Reference in New Issue
Block a user