Skip to content

Commit

Permalink
Remove weird red fade that didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jan 25, 2024
1 parent 107b374 commit fd9527d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ protected override void UpdateHitStateTransforms(ArmedState state)
break;

case ArmedState.Miss:
this.FadeOut(ANIM_DURATION);
this.TransformBindableTo(AccentColour, Color4.Red, 0);
this.FadeOut(ANIM_DURATION, Easing.OutQuint);
break;

case ArmedState.Hit:
Expand Down

0 comments on commit fd9527d

Please sign in to comment.