Add winner of Triangles mapping competition as a bundled beatmap

https://osu.ppy.sh/home/news/2022-10-06-results-triangles
This commit is contained in:
Jai Sharma 2022-11-12 17:48:35 +00:00
parent 8154eaafd8
commit c5cb4e4e7d

View File

@ -136,7 +136,9 @@ namespace osu.Game.Beatmaps.Drawables
private static readonly string[] always_bundled_beatmaps = private static readonly string[] always_bundled_beatmaps =
{ {
// This thing is 40mb, I'm not sure we want it here... // This thing is 40mb, I'm not sure we want it here...
@"1388906 Raphlesia & BilliumMoto - My Love.osz" @"1388906 Raphlesia & BilliumMoto - My Love.osz",
// Winner of Triangles mapping competition: https://osu.ppy.sh/home/news/2022-10-06-results-triangles
@"1841885 cYsmix - triangles.osz",
}; };
private static readonly string[] bundled_osu = private static readonly string[] bundled_osu =