Skip to content

Commit

Permalink
Merge branch 'main' into mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Nov 16, 2024
2 parents d98a9b9 + a5ecbcd commit 4769f88
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 @@ -3134,7 +3134,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 4769f88

Please sign in to comment.