mirror of
https://github.com/osukey/osukey.git
synced 2025-05-04 21:27:22 +09:00
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:
parent
8154eaafd8
commit
c5cb4e4e7d
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user