Merge pull request #1064 from ArfieCat/idle-stuff

fix opponent idle anims desyncing/freezing on camera focus
This commit is contained in:
Kade M
2021-06-29 15:17:32 -07:00
committed by GitHub

View File

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