Fix result mode button's corner exponent

This commit is contained in:
Dean Herbert 2019-11-22 20:45:05 +09:00
parent 203c8ddb94
commit 4063135a3a
1 changed files with 2 additions and 0 deletions

View File

@ -36,7 +36,9 @@ private void load(OsuColour colours)
Size = new Vector2(50);
Masking = true;
CornerRadius = 25;
CornerExponent = 2;
activeColour = colours.PinkDarker;
inactiveColour = OsuColour.Gray(0.8f);