mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Affix logo in place better
This commit is contained in:
parent
88052dcea1
commit
cc3ccc4c40
@ -35,14 +35,16 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
Spacing = new Vector2(0, 5),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new OsuLogo
|
||||
new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = 150,
|
||||
Child = new OsuLogo
|
||||
{
|
||||
Scale = new Vector2(0.1f),
|
||||
Margin = new MarginPadding { Top = 500, Bottom = 300 },
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Anchor = Anchor.Centre,
|
||||
Triangles = false,
|
||||
BeatMatching = false,
|
||||
},
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
|
@ -26,14 +26,16 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
Spacing = new Vector2(0, 5),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new OsuLogo
|
||||
new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = 150,
|
||||
Child = new OsuLogo
|
||||
{
|
||||
Scale = new Vector2(0.1f),
|
||||
Margin = new MarginPadding { Vertical = 500 },
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Anchor = Anchor.Centre,
|
||||
Triangles = false,
|
||||
BeatMatching = false,
|
||||
},
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user