fix idle desync/freeze
i think this might have been deleted unintentionally...?
This commit is contained in:
parent
92a33348f0
commit
3c68c91366
@ -3876,6 +3876,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