1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 06:39:54 +08:00

Increase overall corner radius slightly

This commit is contained in:
Dean Herbert
2022-10-07 18:44:24 +09:00
Unverified
parent 58eaa18725
commit f9b4f491a6
@@ -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>();