mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Further tweaks to get closer to design originals
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user