mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Merge pull request #21215 from jai-x/triangles-bundled-beatmap
Add winner of Triangles mapping competition as a bundled beatmap
This commit is contained in:
commit
2774c1ea49
@ -136,7 +136,9 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
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"
|
||||
@"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 =
|
||||
|
Loading…
Reference in New Issue
Block a user