mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Add more types to dropdown
This commit is contained in:
parent
cc808a9eb1
commit
c69e88eb97
@ -18,5 +18,14 @@ namespace osu.Game.Configuration
|
||||
|
||||
[Description("Hit Error (both)")]
|
||||
HitErrorBoth,
|
||||
|
||||
[Description("Colour (left)")]
|
||||
ColourLeft,
|
||||
|
||||
[Description("Colour (right)")]
|
||||
ColourRight,
|
||||
|
||||
[Description("Colour (both)")]
|
||||
ColourBoth,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user