mirror of https://github.com/ppy/osu
Adjust fade
This commit is contained in:
parent
7495cfa0a9
commit
827f48c29b
|
@ -64,7 +64,7 @@ private void show()
|
|||
title.Text = new LocalisedString((metadata.TitleUnicode, metadata.Title));
|
||||
artist.Text = new LocalisedString((metadata.ArtistUnicode, metadata.Artist));
|
||||
|
||||
this.FadeInFromZero(fade_duration)
|
||||
this.FadeInFromZero(fade_duration / 2f)
|
||||
.Delay(4000)
|
||||
.Then().FadeOut(fade_duration);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue