BTSDS: Fine tuning for block animation timing.

This commit is contained in:
Jenny Crowe
2022-02-18 07:32:38 -07:00
parent 6ca364d5a0
commit 35a15b04af
2 changed files with 7 additions and 4 deletions

View File

@ -24,7 +24,7 @@ namespace RhythmHeavenMania.Games.BuiltToScaleDS
{
if (!moving) return;
var windupBeat = createBeat + (createLength * 3.5f);
var windupBeat = createBeat + (createLength * 4f);
var hitBeat = windupBeat + createLength;
var currentBeat = Conductor.instance.songPositionInBeats;