From a5ecbcd0ce6c945b953a434edae6f5a2e447d760 Mon Sep 17 00:00:00 2001 From: JordanSantiagoYT Date: Sat, 16 Nov 2024 01:55:50 -0500 Subject: [PATCH] im gonna bruh --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index b900c4ba04d..6f058aec1e7 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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 {