mirror of
https://github.com/ppy/osu
synced 2025-01-04 05:12:10 +00:00
Fix result mode button's corner exponent
This commit is contained in:
parent
203c8ddb94
commit
4063135a3a
@ -36,7 +36,9 @@ namespace osu.Game.Screens.Ranking
|
||||
Size = new Vector2(50);
|
||||
|
||||
Masking = true;
|
||||
|
||||
CornerRadius = 25;
|
||||
CornerExponent = 2;
|
||||
|
||||
activeColour = colours.PinkDarker;
|
||||
inactiveColour = OsuColour.Gray(0.8f);
|
||||
|
Loading…
Reference in New Issue
Block a user