1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:23:02 +08:00

Further tweaks to get closer to design originals

This commit is contained in:
Dean Herbert 2020-09-04 13:05:39 +09:00
parent 9d2dff2cb8
commit cd253ab055
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Beatmaps
public BeatmapStatistic()
{
#pragma warning disable 618
CreateIcon = () => new SpriteIcon { Icon = Icon, Scale = new Vector2(0.6f) };
CreateIcon = () => new SpriteIcon { Icon = Icon, Scale = new Vector2(0.7f) };
#pragma warning restore 618
}
}

View File

@ -428,7 +428,7 @@ namespace osu.Game.Screens.Select
i.Origin = Anchor.Centre;
i.RelativeSizeAxes = Axes.Both;
i.Colour = Color4Extensions.FromHex(@"f7dd55");
i.Size = new Vector2(0.8f);
i.Size = new Vector2(0.64f);
}),
}
},