mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Fix result mode button's corner exponent
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user