1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 06:13:21 +08:00

Move title/description to correct class

This commit is contained in:
Dean Herbert 2022-04-20 16:08:00 +09:00
parent 2ee37aeceb
commit 5c7ff363ce
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,9 @@ namespace osu.Game.Overlays.Mods
[BackgroundDependencyLoader]
private void load()
{
Header.Title = "Mod Select";
Header.Description = "Mods provide different ways to enjoy gameplay. Some have an effect on the score you can achieve during ranked play. Others are just for fun.";
AddRange(new Drawable[]
{
new ClickToReturnContainer

View File

@ -73,8 +73,6 @@ namespace osu.Game.Overlays.Mods
Anchor = Anchor.TopCentre,
Depth = float.MinValue,
Origin = Anchor.TopCentre,
Title = "Mod Select",
Description = "Mods provide different ways to enjoy gameplay. Some have an effect on the score you can achieve during ranked play. Others are just for fun.",
Close = Hide
},
MainAreaContent = new Container