mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-05-20 01:31:29 -04:00
number tweak lol
This commit is contained in:
parent
1e70829799
commit
c5196e715c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue