mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 02:43:02 +08:00
Add "always bundled" beatmaps
This commit is contained in:
parent
845e7dba95
commit
92d4463e55
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user