mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Fix deprecation issue with FlxTweenType.
This commit is contained in:
parent
f14193e17b
commit
f4d4d6a194
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class CopyItemsCommand implements ChartEditorCommand
|
|||
state.txtCopyNotif.y = FlxG.mouse.y - 16;
|
||||
FlxTween.tween(state.txtCopyNotif, {y: state.txtCopyNotif.y - 32}, 0.5,
|
||||
{
|
||||
type: FlxTween.ONESHOT,
|
||||
type: FlxTweenType.ONESHOT,
|
||||
ease: FlxEase.quadOut,
|
||||
onComplete: function(_) {
|
||||
state.txtCopyNotif.visible = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue