Reduce spinner glow

It was horrible
This commit is contained in:
Dean Herbert 2024-01-04 14:55:52 +09:00
parent 8b8f7953ec
commit ddc8a64764
No known key found for this signature in database

View File

@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
RelativeSizeAxes = Axes.Both,
InnerRadius = arc_radius,
RoundedCaps = true,
GlowColour = new Color4(171, 255, 255, 255)
GlowColour = new Color4(171, 255, 255, 180)
}
};
}