1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +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, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Margin = new MarginPadding { Bottom = 28 },
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
FillMode = FillMode.Fill, FillMode = FillMode.Fill,
Texture = textures.Get(@"Online/supporter-pippi"), Texture = textures.Get(@"Online/supporter-pippi"),
@ -144,7 +145,7 @@ namespace osu.Game.Overlays.Changelog
Origin = Anchor.TopCentre, Origin = Anchor.TopCentre,
Width = 75, Width = 75,
Height = 75, Height = 75,
Margin = new MarginPadding { Top = 83 }, Margin = new MarginPadding { Top = 70 },
Masking = true, Masking = true,
EdgeEffect = new EdgeEffectParameters EdgeEffect = new EdgeEffectParameters
{ {