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:
parent
f80cdeac5c
commit
229a40e6e3
@ -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(_ =>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user