1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Merge pull request #11761 from peppy/fix-welcome-intro-looping

Fix classic "welcome" intro not looping as expected
This commit is contained in:
Dan Balasescu 2021-02-12 21:52:11 +09:00 committed by GitHub
commit 5a357d71ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,10 @@ namespace osu.Game.Screens.Menu
{
StartTrack();
// this classic intro loops forever.
if (UsingThemedIntro)
Track.Looping = true;
const float fade_in_time = 200;
logo.ScaleTo(1);