mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:15:45 +08:00
Corrected pippi background and promo positioning
This commit is contained in:
parent
772860232c
commit
71ccd38bb3
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user