Fix regular sustain offset
This commit is contained in:
parent
999cd0c024
commit
6b4fa7de7e
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user