Skip to content

Commit

Permalink
I FUCKED UP
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Dec 25, 2023
1 parent 94ffedf commit 9c67cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ class PlayState extends MusicBeatState
babyArrow.alpha = 0;
FlxTween.tween(babyArrow, {alpha: targetAlpha}, 1, {ease: FlxEase.circOut, startDelay: 0.5 + (0.2 * i)});
}
elsebabyArrow.alpha = targetAlpha;
else babyArrow.alpha = targetAlpha;

if(player == 1) playerStrums.add(babyArrow);
else{
Expand Down

0 comments on commit 9c67cc5

Please sign in to comment.