mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Merge branch 'master' into cache-ruleset-dependencies-for-tests
This commit is contained in:
commit
dadbcfd9f2
@ -5,6 +5,6 @@
|
||||
"version": "3.1.100"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.Build.Traversal": "2.0.48"
|
||||
"Microsoft.Build.Traversal": "2.0.50"
|
||||
}
|
||||
}
|
@ -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,8 +11,8 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
[Order(0)]
|
||||
Any,
|
||||
|
||||
[Order(11)]
|
||||
Other,
|
||||
[Order(14)]
|
||||
Unspecified,
|
||||
|
||||
[Order(1)]
|
||||
English,
|
||||
@ -23,7 +23,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
[Order(2)]
|
||||
Chinese,
|
||||
|
||||
[Order(10)]
|
||||
[Order(12)]
|
||||
Instrumental,
|
||||
|
||||
[Order(7)]
|
||||
@ -42,6 +42,15 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
Spanish,
|
||||
|
||||
[Order(5)]
|
||||
Italian
|
||||
Italian,
|
||||
|
||||
[Order(10)]
|
||||
Russian,
|
||||
|
||||
[Order(11)]
|
||||
Polish,
|
||||
|
||||
[Order(13)]
|
||||
Other
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user