1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-25 08:13:45 +00:00

number tweak lol

This commit is contained in:
Cameron Taylor 2021-12-06 22:39:03 -05:00
parent 1e70829799
commit c5196e715c

View file

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