1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +08:00

Fix black jaggies around argon hitcircles

This commit is contained in:
Dan Balasescu 2023-06-10 01:51:53 +09:00
parent 659a042065
commit 4b8c4bd503

View File

@ -62,7 +62,10 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
{
outerFill = new Circle // renders white outer border and dark fill
{
Size = Size,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
// Slightly inset to prevent bleeding outside the ring
Size = Size - new Vector2(0.5f),
Alpha = withOuterFill ? 1 : 0,
},
outerGradient = new Circle // renders the outer bright gradient