1
0
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:
Dean Herbert 2017-12-01 20:13:46 +09:00
parent bf606522c1
commit e75d73ac1c

View File

@ -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;
}