mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Match stable's slider border thickness more closely
This commit is contained in:
parent
d544b4dbf1
commit
3502ec456d
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
|
||||
protected new float CalculatedBorderPortion
|
||||
// Roughly matches osu!stable's slider border portions.
|
||||
=> base.CalculatedBorderPortion * 0.77f;
|
||||
=> base.CalculatedBorderPortion * 0.84f;
|
||||
|
||||
protected override Color4 ColourAt(float position)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user