From c5196e715c83caf379b9c1930f989f1279661425 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 6 Dec 2021 22:39:03 -0500 Subject: [PATCH] number tweak lol --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 50e1eafea..6359ff80d 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1566,7 +1566,7 @@ class PlayState extends MusicBeatState notes.forEach(function(nt) { nt.followsTime = false; - FlxTween.tween(nt, {y: FlxG.height + nt.y}, 0.4, { + FlxTween.tween(nt, {y: FlxG.height + nt.y}, 0.5, { ease: FlxEase.expoIn, onComplete: function(twn) {