mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-29 02:04:28 +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)
|
notes.forEach(function(nt)
|
||||||
{
|
{
|
||||||
nt.followsTime = false;
|
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,
|
ease: FlxEase.expoIn,
|
||||||
onComplete: function(twn)
|
onComplete: function(twn)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue