fix opponent idle anim desync/freeze
i beg you
This commit is contained in:
parent
293df1e2b8
commit
005e7534f4
@ -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')
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user