fix botplay strums
This commit is contained in:
parent
2ea025fcc9
commit
8034f3134f
@ -4349,6 +4349,8 @@ class PlayState extends MusicBeatState
|
|||||||
saveJudge.push(note.rating);
|
saveJudge.push(note.rating);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!PlayStateChangeables.botPlay)
|
||||||
|
{
|
||||||
playerStrums.forEach(function(spr:FlxSprite)
|
playerStrums.forEach(function(spr:FlxSprite)
|
||||||
{
|
{
|
||||||
if (Math.abs(note.noteData) == spr.ID)
|
if (Math.abs(note.noteData) == spr.ID)
|
||||||
@ -4356,6 +4358,7 @@ class PlayState extends MusicBeatState
|
|||||||
spr.animation.play('confirm', true);
|
spr.animation.play('confirm', true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
if (!note.isSustainNote)
|
if (!note.isSustainNote)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user