1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Add "always bundled" beatmaps

This commit is contained in:
Dean Herbert 2022-04-29 11:45:18 +09:00
parent 845e7dba95
commit 92d4463e55

View File

@ -44,6 +44,8 @@ namespace osu.Game.Beatmaps.Drawables
}
else
{
queueDownloads(always_bundled_beatmaps);
queueDownloads(bundled_osu, 8);
queueDownloads(bundled_taiko, 3);
queueDownloads(bundled_catch, 3);
@ -120,6 +122,15 @@ namespace osu.Game.Beatmaps.Drawables
private const string tutorial_filename = "1011011 nekodex - new beginnings.osz";
/// <summary>
/// Contest winners or other special cases.
/// </summary>
private static readonly string[] always_bundled_beatmaps =
{
// This thing is 40mb, I'm not sure we want it here...
@"1388906 Raphlesia & BilliumMoto - My Love.osz"
};
private static readonly string[] bundled_osu =
{
"682286 Yuyoyuppe - Emerald Galaxy.osz",