mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12:57 +08:00
Change hyperdash colour again
This commit is contained in:
parent
bf606522c1
commit
e75d73ac1c
@ -238,7 +238,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
|
|
||||||
if (HyperDashing)
|
if (HyperDashing)
|
||||||
{
|
{
|
||||||
this.FadeColour(Color4.Yellow, transition_length, Easing.OutQuint);
|
this.FadeColour(Color4.OrangeRed, transition_length, Easing.OutQuint);
|
||||||
this.FadeTo(0.2f, transition_length, Easing.OutQuint);
|
this.FadeTo(0.2f, transition_length, Easing.OutQuint);
|
||||||
Trail = true;
|
Trail = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user