mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00:00
Bring back removed newline
This commit is contained in:
parent
1852714d2d
commit
ba37daa456
@ -116,6 +116,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
||||
// Without removing transforms first, when it is rewound it may apply an old colour.
|
||||
outerGradient.ClearTransforms(targetMember: nameof(Colour));
|
||||
outerGradient.Colour = ColourInfo.GradientVertical(colour.NewValue, colour.NewValue.Darken(0.1f));
|
||||
|
||||
outerFill.Colour = innerFill.Colour = colour.NewValue.Darken(4);
|
||||
innerGradient.Colour = ColourInfo.GradientVertical(colour.NewValue.Darken(0.5f), colour.NewValue.Darken(0.6f));
|
||||
flash.Colour = colour.NewValue;
|
||||
|
Loading…
Reference in New Issue
Block a user