1
0
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:
Detze 2024-02-26 04:36:09 +01:00
parent d544b4dbf1
commit 3502ec456d

View File

@ -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)
{