1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-09-05 13:27:39 +00:00

Compare commits

...

1 commit

Author SHA1 Message Date
JVN-Pixels aa7b623380
Update NoteSplash.hx 2024-09-22 10:28:24 -07:00

View file

@ -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