fix spookey dance

This commit is contained in:
Kade M 2021-07-12 13:27:34 -07:00
parent 26c74b6fc1
commit a3709ab464

View File

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