mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 10:22:56 +08:00
Reduce spinner glow
It was horrible
This commit is contained in:
parent
8b8f7953ec
commit
ddc8a64764
@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
InnerRadius = arc_radius,
|
InnerRadius = arc_radius,
|
||||||
RoundedCaps = true,
|
RoundedCaps = true,
|
||||||
GlowColour = new Color4(171, 255, 255, 255)
|
GlowColour = new Color4(171, 255, 255, 180)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user