fix opponent idle anim desync/freeze

i beg you
This commit is contained in:
ArfieCat 2021-07-03 04:26:55 -07:00 committed by GitHub
parent 293df1e2b8
commit 005e7534f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3916,6 +3916,10 @@ class PlayState extends MusicBeatState
boyfriend.playAnim('idle');
}
if (!dad.animation.curAnim.name.startsWith("sing"))
{
dad.dance();
}
if (curBeat % 8 == 7 && curSong == 'Bopeebo')
{