1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 20:44:48 +08:00

Move title/description to correct class

This commit is contained in:
Dean Herbert
2022-04-20 16:08:00 +09:00
Unverified
parent 2ee37aeceb
commit 5c7ff363ce
2 changed files with 3 additions and 2 deletions
@@ -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
@@ -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