mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:12:54 +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)")]
|
[Description("Hit Error (both)")]
|
||||||
HitErrorBoth,
|
HitErrorBoth,
|
||||||
|
|
||||||
|
[Description("Colour (left)")]
|
||||||
|
ColourLeft,
|
||||||
|
|
||||||
|
[Description("Colour (right)")]
|
||||||
|
ColourRight,
|
||||||
|
|
||||||
|
[Description("Colour (both)")]
|
||||||
|
ColourBoth,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user