rollCredits pass false to linearMotion skipping

This commit is contained in:
2023-08-09 11:45:30 -06:00
parent 7c7fafe2b6
commit b2cd6cba6c

View File

@@ -835,6 +835,7 @@
(FlxG.state.add text)
(set text.cameras [flxMovie.uiCamera])
(let [:Array<Dynamic> tweenArgs []]
(tweenArgs.push false)
(tweenArgs.push text)
(tweenArgs.push text.x)
(tweenArgs.push (- text.y textY))