1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Increase overall corner radius slightly

This commit is contained in:
Dean Herbert 2022-10-07 18:44:24 +09:00
parent 58eaa18725
commit f9b4f491a6

View File

@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
{
public const float NOTE_HEIGHT = 42;
public const float CORNER_RADIUS = 3;
public const float CORNER_RADIUS = 3.4f;
private readonly IBindable<ScrollingDirection> direction = new Bindable<ScrollingDirection>();
private readonly IBindable<Color4> accentColour = new Bindable<Color4>();