mirror of
https://github.com/osukey/osukey.git
synced 2025-06-18 17:57:55 +09:00
Show song in MusicController and SongSelect
This commit is contained in:
parent
2eb73a7c70
commit
b5fc84087f
@ -86,6 +86,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
trackManager = game.Audio.Track;
|
trackManager = game.Audio.Track;
|
||||||
beatmap = beatmaps.GetWithChildren<BeatmapSetInfo>(RNG.Next(0, beatmaps.Query<BeatmapSetInfo>().Count() - 1)).Beatmaps[0];
|
beatmap = beatmaps.GetWithChildren<BeatmapSetInfo>(RNG.Next(0, beatmaps.Query<BeatmapSetInfo>().Count() - 1)).Beatmaps[0];
|
||||||
song = beatmaps.GetWorkingBeatmap(beatmap, null);
|
song = beatmaps.GetWorkingBeatmap(beatmap, null);
|
||||||
|
Beatmap = song;
|
||||||
}
|
}
|
||||||
|
|
||||||
welcome = audio.Sample.Get(@"welcome");
|
welcome = audio.Sample.Get(@"welcome");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user