Skip to content

Commit bea26eb

Browse files
committed
standardized battle countdown
1 parent 8fddf7c commit bea26eb

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 / (TimeKeeper.Bpm / 60));
60+
_countdownTween.TweenProperty(this, nameof(_countdown), 0, 5);
6161
_countdownLabel.Visible = true;
6262
_countdownTween.Play();
6363
}

0 commit comments

Comments
 (0)