mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Adjust argon hold bodies to better define away from the stage background
This commit is contained in:
parent
08c3f3ae6d
commit
c518fbf44a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user