Change hyperdash colour again

This commit is contained in:
Dean Herbert 2017-12-01 20:13:46 +09:00
parent bf606522c1
commit e75d73ac1c
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public double HyperDashModifier
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;
} }