mirror of https://github.com/ppy/osu
Fix result mode button's corner exponent
This commit is contained in:
parent
203c8ddb94
commit
4063135a3a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue