1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 19:43:22 +08:00

Corrected pippi background and promo positioning

This commit is contained in:
Jacob Van Meter 2021-08-14 20:36:43 -04:00
parent 772860232c
commit 71ccd38bb3

View File

@ -134,6 +134,7 @@ namespace osu.Game.Overlays.Changelog
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Margin = new MarginPadding { Bottom = 28 },
RelativeSizeAxes = Axes.Both,
FillMode = FillMode.Fill,
Texture = textures.Get(@"Online/supporter-pippi"),
@ -144,7 +145,7 @@ namespace osu.Game.Overlays.Changelog
Origin = Anchor.TopCentre,
Width = 75,
Height = 75,
Margin = new MarginPadding { Top = 83 },
Margin = new MarginPadding { Top = 70 },
Masking = true,
EdgeEffect = new EdgeEffectParameters
{