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:
parent
1e70829799
commit
c5196e715c
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue