Reorder graphics settings and move gameplay related pieces out

This commit is contained in:
Dean Herbert
2021-10-12 14:34:00 +09:00
parent c4347de57e
commit 5ca1d1d12c
7 changed files with 51 additions and 21 deletions

View File

@ -22,6 +22,7 @@ namespace osu.Game.Overlays.Settings.Sections
{
Children = new Drawable[]
{
new GeneralSettings(),
new AudioSettings(),
new BeatmapSettings(),
new BackgroundSettings(),