mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 22:27:20 +08:00
Tweak filled nub border width value
This commit is contained in:
parent
4d2373ffb9
commit
9c1fc2ec65
@ -49,7 +49,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Current.ValueChanged += filled =>
|
||||
{
|
||||
fill.FadeTo(filled.NewValue ? 1 : 0, 200, Easing.OutQuint);
|
||||
this.TransformTo(nameof(BorderThickness), filled.NewValue ? 7 : border_width, 200, Easing.OutQuint);
|
||||
this.TransformTo(nameof(BorderThickness), filled.NewValue ? 8.5f : border_width, 200, Easing.OutQuint);
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user