1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 09:23:06 +08:00

Adjust timings

This commit is contained in:
Dean Herbert 2017-11-09 18:12:33 +09:00
parent 6d56b3c2df
commit 598e1652dc

View File

@ -214,8 +214,8 @@ namespace osu.Game.Screens.Menu
using (BeginDelayedSequence(length * 0.56, true))
{
bigRing.ResizeTo(logo_size * 0.86f, 500, Easing.InOutQuint);
bigRing.Foreground.Delay(250).ResizeTo(1, 450, Easing.OutExpo);
bigRing.ResizeTo(logo_size, 500, Easing.InOutQuint);
bigRing.Foreground.Delay(250).ResizeTo(1, 850, Easing.OutQuint);
using (BeginDelayedSequence(250, true))
{