From aa7b623380d2e295160a1e7f9a2fa6c7f28d1ac5 Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Sun, 22 Sep 2024 10:28:24 -0700 Subject: [PATCH] Update NoteSplash.hx --- source/funkin/play/notes/NoteSplash.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/play/notes/NoteSplash.hx b/source/funkin/play/notes/NoteSplash.hx index 2411e5615d..06f58e4f86 100644 --- a/source/funkin/play/notes/NoteSplash.hx +++ b/source/funkin/play/notes/NoteSplash.hx @@ -82,7 +82,7 @@ class NoteSplash extends FlxSprite animation.curAnim.frameRate = FRAMERATE_DEFAULT + FlxG.random.int(-FRAMERATE_VARIANCE, FRAMERATE_VARIANCE); // Center the animation on the note splash. - offset.set(width * 0.3, height * 0.3); + offset.set(width * 0.2, height * 0.3); } public function onAnimationFinished(animationName:String):Void