Commit graph

20 commits

Author SHA1 Message Date
Richard Davey
23d3fe3774 3.9.0 Release 2018-05-24 23:42:40 +01:00
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
zacharysarette
6af861b813 Revert "This fixes an issue with the tween restart function in phaser.js."
This reverts commit f170c0f406.
2018-05-23 20:41:48 +09:00
zacharysarette
f170c0f406 This fixes an issue with the tween restart function in phaser.js.
It checks to see if state === TWEEN_CONST.PENDING_ADD.
If so sets seek(0) and parent.makeActive(this).
This fixes the issue that makes the tween stuck when restarting after adding a new tween.
2018-05-20 14:01:23 +09:00
Richard Davey
62c458d90e New 3.8 build files 2018-05-16 15:17:51 +01:00
Richard Davey
dfc3cb92c0 3.8.0 Release 2018-05-16 15:08:01 +01:00
Richard Davey
7788602518 3.7.1 Release 2018-05-08 23:47:33 +01:00
Richard Davey
321ccf883a 3.7.0 Release 2018-05-08 23:29:42 +01:00
Richard Davey
75b250ba5b 3.6.0 Release 2018-04-19 14:45:54 +01:00
Richard Davey
765730c4b6 3.5.1 Release 2018-04-17 20:51:31 +01:00
Richard Davey
1eff0b2889 Phaser 3.5.0 Build 2018-04-16 19:44:39 +01:00
Richard Davey
443a12efce Phaser 3.4 release 2018-04-12 23:14:46 +01:00
Richard Davey
43c91a695a 3.3.0 release build 2018-03-22 13:29:40 +00:00
Richard Davey
22901a1b05 3.2.1 build 2018-03-12 16:42:17 +00:00
Richard Davey
15def0fae7 3.2.0 dist files 2018-03-05 22:27:11 +00:00
Richard Davey
b1b5c863f3 3.1.2 Release 2018-02-23 13:29:52 +00:00
Richard Davey
193ac6bfed Updated for 3.1.1 Release. 2018-02-20 14:23:21 +00:00
Richard Davey
77f165a9b9 3.1.0 dist files 2018-02-16 12:37:33 +00:00
Richard Davey
52a2322fc7 Phaser 3.0.0 Release. 2018-02-13 06:25:51 +00:00
Richard Davey
ace042f889 Phaser 3.0.0 Release files. 2018-02-13 03:45:43 +00:00