Add intro in to actual game

This commit is contained in:
Dean Herbert
2017-11-08 14:31:11 +09:00
parent d8d7165164
commit 41fcecf759
3 changed files with 9 additions and 11 deletions

View File

@ -210,12 +210,12 @@ namespace osu.Game.Screens.Menu
lineBottomLeft.MoveTo(new Vector2(-line_end_offset, line_end_offset), line_duration, Easing.OutQuint);
lineBottomRight.MoveTo(new Vector2(line_end_offset, line_end_offset), line_duration, Easing.OutQuint);
using (BeginDelayedSequence(1640, true)) // 2000
using (BeginDelayedSequence(length * 0.56, true))
{
bigRing.ResizeTo(logo_size * 0.86f, 500, Easing.InOutQuint);
bigRing.Foreground.Delay(250).ResizeTo(1, 450, Easing.OutExpo);
using (BeginDelayedSequence(250, true)) // 2250
using (BeginDelayedSequence(250, true))
{
backgroundFill.ResizeHeightTo(1, remainingTime(), Easing.InOutQuart);
backgroundFill.RotateTo(-90, remainingTime(), Easing.InOutQuart);