mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 10:22:55 +08:00
Add ModSearch
This commit is contained in:
parent
1959c2daeb
commit
3c6141f233
8
osu.Game/Overlays/Mods/ModSearch.cs
Normal file
8
osu.Game/Overlays/Mods/ModSearch.cs
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||||
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
|
namespace osu.Game.Overlays.Mods;
|
||||||
|
|
||||||
|
public partial class ModSearch
|
||||||
|
{
|
||||||
|
}
|
@ -188,8 +188,8 @@ namespace osu.Game.Overlays.Mods
|
|||||||
{
|
{
|
||||||
MainAreaContent.Add(new Container
|
MainAreaContent.Add(new Container
|
||||||
{
|
{
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopLeft,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopLeft,
|
||||||
AutoSizeAxes = Axes.X,
|
AutoSizeAxes = Axes.X,
|
||||||
Height = ModsEffectDisplay.HEIGHT,
|
Height = ModsEffectDisplay.HEIGHT,
|
||||||
Margin = new MarginPadding { Horizontal = 100 },
|
Margin = new MarginPadding { Horizontal = 100 },
|
||||||
@ -197,7 +197,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre
|
Origin = Anchor.Centre
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user