mirror of
https://github.com/ppy/osu
synced 2025-01-31 10:22:02 +00:00
Reorder settings to (probably) feel more correct
This commit is contained in:
parent
e0a84ff1dc
commit
e14db45374
@ -23,11 +23,11 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
new GeneralSection(),
|
||||
new GraphicsSection(),
|
||||
new AudioSection(),
|
||||
new InputSection(createSubPanel(new KeyBindingPanel())),
|
||||
new UserInterfaceSection(),
|
||||
new GameplaySection(),
|
||||
new AudioSection(),
|
||||
new SkinSection(),
|
||||
new InputSection(createSubPanel(new KeyBindingPanel())),
|
||||
new OnlineSection(),
|
||||
new MaintenanceSection(),
|
||||
new DebugSection(),
|
||||
|
Loading…
Reference in New Issue
Block a user