mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:03:08 +08:00
Add shortcut keys to toolbox gorup titles
This commit is contained in:
parent
a6298c60eb
commit
da820c815e
@ -121,11 +121,11 @@ namespace osu.Game.Rulesets.Edit
|
||||
Spacing = new Vector2(10),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new ToolboxGroup("toolbox")
|
||||
new ToolboxGroup("toolbox (1-9)")
|
||||
{
|
||||
Child = toolboxCollection = new RadioButtonCollection { RelativeSizeAxes = Axes.X }
|
||||
},
|
||||
new ToolboxGroup("toggles")
|
||||
new ToolboxGroup("toggles (Q~P)")
|
||||
{
|
||||
Child = togglesCollection = new FillFlowContainer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user