From d5ef493544dcf3f17da18c2fa6ac4be5b4f605f1 Mon Sep 17 00:00:00 2001 From: KutikiPlayz Date: Tue, 17 Sep 2024 15:25:11 -0600 Subject: [PATCH] merge bullshit --- source/funkin/play/PlayState.hx | 5 ----- source/funkin/play/notes/StrumlineNote.hx | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 46871fc878e..9c9c166665e 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -2383,11 +2383,6 @@ class PlayState extends MusicBeatSubState // Play the strumline animation. playerStrumline.playConfirm(targetNote.direction, targetNote.length > 0); } - else - { - // Play the strumline animation. - playerStrumline.playPress(input.noteDirection); - } } while (inputReleaseQueue.length > 0) diff --git a/source/funkin/play/notes/StrumlineNote.hx b/source/funkin/play/notes/StrumlineNote.hx index 4459b48ad0e..a12ff3b3d84 100644 --- a/source/funkin/play/notes/StrumlineNote.hx +++ b/source/funkin/play/notes/StrumlineNote.hx @@ -103,7 +103,7 @@ class StrumlineNote extends FlxSprite this.playAnimation('press', true); } - public function playConfirm():Void + public function playConfirm(hold:Bool = false):Void { this.active = true;