Skip to content

Commit

Permalink
im gonna bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Nov 16, 2024
1 parent 354d151 commit a5ecbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3125,7 +3125,7 @@ class PlayState extends MusicBeatState
if (!isStoryMode && !skipArrowStartTween)
{
babyArrow.alpha = 0;
FlxTween.tween(babyArrow, {alpha: targetAlpha}, Conductor.crochet / (1000/3) / playbackRate, {ease: FlxEase.circOut, startDelay: 0.5 + (0.2 * i) / Conductor.crochet / (1000/3) / playbackRate});
FlxTween.tween(babyArrow, {alpha: targetAlpha}, 1/(SONG.bpm/240) / playbackRate, {ease: FlxEase.circOut, startDelay: 0.5 + (0.2 * i) / (SONG.bpm/240) / playbackRate});
}
else
{
Expand Down

0 comments on commit a5ecbcd

Please sign in to comment.