mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:52: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")]
|
[Description("Hip Hop")]
|
||||||
HipHop = 9,
|
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)]
|
[Order(0)]
|
||||||
Any,
|
Any,
|
||||||
|
|
||||||
[Order(11)]
|
[Order(13)]
|
||||||
Other,
|
Other,
|
||||||
|
|
||||||
[Order(1)]
|
[Order(1)]
|
||||||
@ -23,7 +23,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
|||||||
[Order(2)]
|
[Order(2)]
|
||||||
Chinese,
|
Chinese,
|
||||||
|
|
||||||
[Order(10)]
|
[Order(12)]
|
||||||
Instrumental,
|
Instrumental,
|
||||||
|
|
||||||
[Order(7)]
|
[Order(7)]
|
||||||
@ -42,6 +42,12 @@ namespace osu.Game.Overlays.BeatmapListing
|
|||||||
Spanish,
|
Spanish,
|
||||||
|
|
||||||
[Order(5)]
|
[Order(5)]
|
||||||
Italian
|
Italian,
|
||||||
|
|
||||||
|
[Order(10)]
|
||||||
|
Russian,
|
||||||
|
|
||||||
|
[Order(11)]
|
||||||
|
Polish
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user