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:
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>();
|
||||
|
Loading…
Reference in New Issue
Block a user