Skip to content

Commit 462ed92

Browse files
committed
Undo countdown standardizing
This was intentionally mis-timed to signify the BPM of a song.
1 parent bea26eb commit 462ed92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scenes/BattleDirector/Scripts/BattleDirector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void StartCountdown()
5757
_countdownTween.Finished += SyncStartWithMix;
5858

5959
_countdown = 4;
60-
_countdownTween.TweenProperty(this, nameof(_countdown), 0, 5);
60+
_countdownTween.TweenProperty(this, nameof(_countdown), 0, 5 / (TimeKeeper.Bpm / 60));
6161
_countdownLabel.Visible = true;
6262
_countdownTween.Play();
6363
}

0 commit comments

Comments
 (0)