Fix regular sustain offset

This commit is contained in:
CuckyDev 2021-07-12 03:15:06 -04:00
parent 999cd0c024
commit 6b4fa7de7e

View File

@ -2825,9 +2825,9 @@ class PlayState extends MusicBeatState
if (daNote.isSustainNote) if (daNote.isSustainNote)
{ {
daNote.x += daNote.width / 2 + 17; daNote.x += daNote.width / 2 + 20;
if (PlayState.curStage.startsWith('school')) if (PlayState.curStage.startsWith('school'))
daNote.x -= 8; daNote.x -= 11;
} }
// trace(daNote.y); // trace(daNote.y);