1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 02:57:25 +08:00

Code formatting fixed

Somehow slipped through after pushing
This commit is contained in:
Shivam 2020-06-08 15:39:15 +02:00
parent f80cdeac5c
commit 229a40e6e3

View File

@ -144,7 +144,7 @@ namespace osu.Game.Screens.Menu
using (BeginDelayedSequence(0, true))
{
welcomeText.ResizeHeightTo(welcomeText.Height*2, 500, Easing.In);
welcomeText.ResizeHeightTo(welcomeText.Height * 2, 500, Easing.In);
welcomeText.FadeIn(remainingTime());
welcomeText.ScaleTo(welcomeText.Scale + new Vector2(0.1f), remainingTime(), Easing.Out).OnComplete(_ =>
{