mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Merge branch 'master' into non-concurrent-sample-playback
This commit is contained in:
@ -68,6 +68,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);
|
||||
|
Reference in New Issue
Block a user