1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:12:56 +08:00

Add new beatmap genres and languages

This commit is contained in:
clayton 2020-06-12 23:48:30 -07:00
parent c726e6f514
commit 7212ab3a1a
No known key found for this signature in database
GPG Key ID: 0E5962B8D84F9B2E
2 changed files with 14 additions and 4 deletions

View File

@ -20,6 +20,10 @@ namespace osu.Game.Overlays.BeatmapListing
[Description("Hip Hop")]
HipHop = 9,
Electronic = 10
Electronic = 10,
Metal = 11,
Classical = 12,
Folk = 13,
Jazz = 14
}
}

View File

@ -11,7 +11,7 @@ namespace osu.Game.Overlays.BeatmapListing
[Order(0)]
Any,
[Order(11)]
[Order(13)]
Other,
[Order(1)]
@ -23,7 +23,7 @@ namespace osu.Game.Overlays.BeatmapListing
[Order(2)]
Chinese,
[Order(10)]
[Order(12)]
Instrumental,
[Order(7)]
@ -42,6 +42,12 @@ namespace osu.Game.Overlays.BeatmapListing
Spanish,
[Order(5)]
Italian
Italian,
[Order(10)]
Russian,
[Order(11)]
Polish
}
}