COOLER INTRO SHIT

This commit is contained in:
Cameron Taylor
2020-10-27 01:31:21 -07:00
parent 9a6ca041e7
commit bd6e2129b8
14 changed files with 156 additions and 58 deletions

View File

@ -1200,6 +1200,12 @@ class PlayState extends MusicBeatState
vocals.time = Conductor.songPosition;
vocals.play();
}
if (dad.curCharacter == 'spooky' && totalSteps % 4 == 2)
{
// dad.dance();
}
super.stepHit();
}
@ -1219,7 +1225,9 @@ class PlayState extends MusicBeatState
healthHeads.setGraphicSize(Std.int(healthHeads.width + 20));
if (totalBeats % gfSpeed == 0)
{
gf.dance();
}
if (!boyfriend.animation.curAnim.name.startsWith("sing"))
boyfriend.playAnim('idle');