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
commit cf3722664b
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'); boyfriend.playAnim('idle');
} }
if (!dad.animation.curAnim.name.startsWith("sing"))
{
dad.dance();
}
if (curBeat % 8 == 7 && curSong == 'Bopeebo') if (curBeat % 8 == 7 && curSong == 'Bopeebo')
{ {