fix
This commit is contained in:
parent
c6c970912e
commit
6713695988
@ -123,7 +123,7 @@
|
||||
<haxelib name="discord_rpc" if="windows"/>
|
||||
<haxelib name="linc_luajit" if="windows"/>
|
||||
|
||||
<haxelib name="hxcpp-debug-server" if="desktop"/>
|
||||
<!-- <haxelib name="hxcpp-debug-server" if="desktop"/> -->
|
||||
|
||||
<!-- <haxelib name="markdown" /> -->
|
||||
<!-- <haxelib name="HtmlParser" /> -->
|
||||
|
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user