mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 10:33:22 +08:00
Adjust amount of blur
This commit is contained in:
parent
851c46e6ca
commit
c4af3182cf
@ -111,7 +111,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
BlurContainer = new BackdropBlurContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
BlurSigma = new Vector2(10f),
|
||||
BlurSigma = new Vector2(4f),
|
||||
MaskCutoff = 0.25f,
|
||||
EffectBufferScale = new Vector2(0.5f),
|
||||
Child = Body = new SkinnableDrawable(new OsuSkinComponentLookup(OsuSkinComponents.SliderBody), _ => new DefaultSliderBody(), confineMode: ConfineMode.NoScaling)
|
||||
|
Loading…
Reference in New Issue
Block a user