mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +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)
|
||||
{
|
||||
this.FadeColour(Color4.Yellow, transition_length, Easing.OutQuint);
|
||||
this.FadeColour(Color4.OrangeRed, transition_length, Easing.OutQuint);
|
||||
this.FadeTo(0.2f, transition_length, Easing.OutQuint);
|
||||
Trail = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user