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:
parent
2ee37aeceb
commit
5c7ff363ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user