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

Center direct panel covers

This commit is contained in:
DrabWeb
2017-06-07 09:45:12 -03:00
Unverified
parent 95cfce2950
commit 94b3320e58
+2
View File
@@ -39,6 +39,8 @@ namespace osu.Game.Overlays.Direct
{
return new AsyncLoadWrapper(new BeatmapSetBackgroundSprite(SetInfo)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
FillMode = FillMode.Fill,
OnLoadComplete = d => d.FadeInFromZero(400, EasingTypes.Out),
}) { RelativeSizeAxes = Axes.Both };