mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:23:00 +08:00
Revert "Match stable's slider border thickness perfectly"
This reverts commit 8032ce9225
.
This commit is contained in:
parent
8032ce9225
commit
8363c39da8
@ -26,8 +26,8 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
private const float shadow_portion = 1 - (OsuLegacySkinTransformer.LEGACY_CIRCLE_RADIUS / OsuHitObject.OBJECT_RADIUS);
|
||||
|
||||
protected new float CalculatedBorderPortion
|
||||
// Matches osu!stable's slider border portions.
|
||||
=> 0.109375f;
|
||||
// Roughly matches osu!stable's slider border portions.
|
||||
=> base.CalculatedBorderPortion * 0.84f;
|
||||
|
||||
protected override Color4 ColourAt(float position)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user