Skip to content

Commit

Permalink
Fade out TapVisual immediately on hit
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Dec 5, 2022
1 parent 806fae1 commit 97a44d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ protected override void UpdateHitStateTransforms(ArmedState state)
switch (state)
{
case ArmedState.Hit:
TapVisual.FadeOut();
Expire();
break;

Expand Down

0 comments on commit 97a44d8

Please sign in to comment.