phaser/dist
zacharysarette de759b69a5 Fixes a bug #3651
Describe the changes below:
The tween animation was getting stuck when calling restart on it after being added.

It now checks to see if this.state === TWEEN_CONST.PENDING_ADD in the tween restart function

If true, sets this.seek(0) and this.parent.makeActive(this)

This fixes the issue that makes the tween stuck when restarting the new tween directly after adding a the new tween.

Updates to package.json and package-lock.json were undone from the last pull request.
2018-05-23 21:01:07 +09:00
..
phaser-arcade-physics.js New 3.8 build files 2018-05-16 15:17:51 +01:00
phaser-arcade-physics.min.js New 3.8 build files 2018-05-16 15:17:51 +01:00
phaser-core.js New 3.8 build files 2018-05-16 15:17:51 +01:00
phaser-core.min.js New 3.8 build files 2018-05-16 15:17:51 +01:00
phaser.js Fixes a bug #3651 2018-05-23 21:01:07 +09:00
phaser.min.js New 3.8 build files 2018-05-16 15:17:51 +01:00