mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-09-05 13:27:39 +00:00
Compare commits
1 commit
34a9723656
...
aa7b623380
Author | SHA1 | Date | |
---|---|---|---|
|
aa7b623380 |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue