From c6c970912e951b19d3d669dfa001facbf0af170e Mon Sep 17 00:00:00 2001 From: Spel0 <75626813+Spel0@users.noreply.github.com> Date: Sat, 10 Jul 2021 00:53:22 +0300 Subject: [PATCH 1/2] Update Project.xml --- Project.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.xml b/Project.xml index eeffad6..9516b71 100644 --- a/Project.xml +++ b/Project.xml @@ -123,7 +123,7 @@ - + From 67136959880a619c8765384412aa35377b96ea07 Mon Sep 17 00:00:00 2001 From: Spel0 <75626813+Spel0@users.noreply.github.com> Date: Sat, 10 Jul 2021 03:40:54 +0300 Subject: [PATCH 2/2] fix --- Project.xml | 2 +- source/PlayState.hx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.xml b/Project.xml index 9516b71..eeffad6 100644 --- a/Project.xml +++ b/Project.xml @@ -123,7 +123,7 @@ - + diff --git a/source/PlayState.hx b/source/PlayState.hx index 195d32f..030675d 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3332,7 +3332,7 @@ class PlayState extends MusicBeatState if (boyfriend.holdTimer > Conductor.stepCrochet * 4 * 0.001 && (!holdArray.contains(true) || PlayStateChangeables.botPlay)) { - if (boyfriend.animation.curAnim.name.startsWith('sing') && !boyfriend.animation.curAnim.name.endsWith('miss')) + if (boyfriend.animation.curAnim.name.startsWith('sing') && !boyfriend.animation.curAnim.name.endsWith('miss') && boyfriend.animation.curAnim.curFrame >= 10) boyfriend.playAnim('idle'); }