mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08:00
Add new beatmap genres and languages
This commit is contained in:
parent
c726e6f514
commit
7212ab3a1a
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user