made sustain notes slightly nicer

This commit is contained in:
Cameron Taylor
2020-10-21 13:12:32 -07:00
parent 7bbb09aa43
commit 539a5f8550
2 changed files with 4 additions and 3 deletions

View File

@ -303,7 +303,7 @@ class PlayState extends MusicBeatState
{
oldNote = unspawnNotes[Std.int(unspawnNotes.length - 1)];
var sustainNote:Note = new Note(daStrumTime + (Conductor.stepCrochet * susNote), daNoteData, oldNote, true);
var sustainNote:Note = new Note(daStrumTime + (Conductor.stepCrochet * susNote) + Conductor.stepCrochet, daNoteData, oldNote, true);
sustainNote.scrollFactor.set();
unspawnNotes.push(sustainNote);