easy charts

This commit is contained in:
Cameron Taylor
2020-10-31 20:22:49 -07:00
parent 11872c3fce
commit 0035f9a506
10 changed files with 67 additions and 19 deletions

View File

@@ -1283,7 +1283,7 @@ class PlayState extends MusicBeatState
if (!boyfriend.animation.curAnim.name.startsWith("sing"))
boyfriend.playAnim('idle');
if (totalBeats % 8 == 6)
if (totalBeats % 8 == 7 && curSong == 'Bopeebo')
{
boyfriend.playAnim('hey', true);