mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:05:29 +08:00
Max = 8
This commit is contained in:
parent
cbb7498a42
commit
b624ecabde
@ -108,8 +108,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
||||
|
||||
private class SliderPath : SmoothPath
|
||||
{
|
||||
private const float border_max_size = 10f;
|
||||
private const float border_min_size = 0f; // = no border
|
||||
private const float border_max_size = 8f;
|
||||
private const float border_min_size = 0f;
|
||||
|
||||
private const float border_portion = 0.128f;
|
||||
private const float gradient_portion = 1 - border_portion;
|
||||
|
Loading…
Reference in New Issue
Block a user