mirror of
https://github.com/osukey/osukey.git
synced 2025-05-31 02:17:34 +09: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]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
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[]
|
AddRange(new Drawable[]
|
||||||
{
|
{
|
||||||
new ClickToReturnContainer
|
new ClickToReturnContainer
|
||||||
|
@ -73,8 +73,6 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Depth = float.MinValue,
|
Depth = float.MinValue,
|
||||||
Origin = Anchor.TopCentre,
|
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
|
Close = Hide
|
||||||
},
|
},
|
||||||
MainAreaContent = new Container
|
MainAreaContent = new Container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user