mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 06:37:18 +09: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 =>
|
AccentColour.BindValueChanged(colour =>
|
||||||
{
|
{
|
||||||
background.Colour = colour.NewValue.Opacity(0.2f);
|
background.Colour = colour.NewValue.Darken(1.5f);
|
||||||
foreground.Colour = colour.NewValue.Opacity(0.1f);
|
foreground.Colour = colour.NewValue.Opacity(0.1f);
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user