Add basic design settings to setup screen

This commit is contained in:
Bartłomiej Dach
2021-08-22 14:26:53 +02:00
parent f390e9a156
commit 9816af688e
2 changed files with 60 additions and 1 deletions

View File

@ -34,7 +34,8 @@ namespace osu.Game.Screens.Edit.Setup
new ResourcesSection(),
new MetadataSection(),
new DifficultySection(),
new ColoursSection()
new ColoursSection(),
new DesignSection(),
}
},
});