mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +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
|
||||
{
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
Anchor = Anchor.TopLeft,
|
||||
Origin = Anchor.TopLeft,
|
||||
AutoSizeAxes = Axes.X,
|
||||
Height = ModsEffectDisplay.HEIGHT,
|
||||
Margin = new MarginPadding { Horizontal = 100 },
|
||||
@ -197,7 +197,7 @@ namespace osu.Game.Overlays.Mods
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre
|
||||
},
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user