Merge pull request #1157 from ArfieCat/idle-shit

fix opponent idle anim desync/freeze
This commit is contained in:
Kade M
2021-07-04 17:22:30 -07:00
committed by GitHub

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')
{