1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Adjust argon hold bodies to better define away from the stage background

This commit is contained in:
Dean Herbert 2022-10-07 19:31:23 +09:00
parent 08c3f3ae6d
commit c518fbf44a

View File

@ -58,7 +58,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
AccentColour.BindValueChanged(colour =>
{
background.Colour = colour.NewValue.Opacity(0.2f);
background.Colour = colour.NewValue.Darken(1.5f);
foreground.Colour = colour.NewValue.Opacity(0.1f);
}, true);