1
0
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:
Shivam 2020-10-19 23:38:06 +02:00
parent 1c073a9ea5
commit afa86f959f
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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
{