mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Changed scales of Seeding and Win screen to match the original
These were measured by pixel-to-pixel comparing master vs this branch in ShareX at the same resolution.
This commit is contained in:
parent
1c073a9ea5
commit
afa86f959f
@ -288,8 +288,7 @@ namespace osu.Game.Tournament.Screens.TeamIntro
|
||||
AutoSizeAxes = Axes.Both;
|
||||
|
||||
Flag.RelativeSizeAxes = Axes.None;
|
||||
Flag.Size = new Vector2(300, 200);
|
||||
Flag.Scale = new Vector2(0.3f);
|
||||
Flag.Scale = new Vector2(1.4f);
|
||||
|
||||
InternalChild = new FillFlowContainer
|
||||
{
|
||||
|
@ -93,6 +93,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Position = new Vector2(-300, 10),
|
||||
Scale = new Vector2(2.2f)
|
||||
},
|
||||
new FillFlowContainer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user