1
0
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:
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, 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)
} }
}; };
} }