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:
parent
9d2dff2cb8
commit
cd253ab055
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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);
|
||||
}),
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user