mirror of
https://github.com/osukey/osukey.git
synced 2025-05-18 12:07:37 +09: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 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<ScrollingDirection> direction = new Bindable<ScrollingDirection>();
|
||||||
private readonly IBindable<Color4> accentColour = new Bindable<Color4>();
|
private readonly IBindable<Color4> accentColour = new Bindable<Color4>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user