phaser/src/tweens
Richard Davey 6b2307594a Scene plugin flow overhaul
Every Plugin has been updated to correctly follow the same flow through the Scene lifecycle. Instead of listening for the Scene 'boot' event, which is only dispatched once (when the Scene is first created), they will now listen for the Scene 'start' event, which occurs every time the Scene is started. All plugins now consistently follow the same Shutdown and Destroy patterns too, meaning they tidy-up after themselves on a shutdown, not just a destroy. Overall, this change means that there should be less issues when returning to previously closed Scenes, as the plugins will restart themselves properly.
2018-04-13 17:12:17 +01:00
..
builders Renamed tween config defaults 2018-03-21 15:17:53 +00:00
tween Tween.resume will now call Tween.play on a tween that was paused due to its config object, not as a result of having its paused method called. Fix #3452 2018-04-09 13:25:20 +01:00
index.js Expose constants. Fix #3387 2018-03-16 13:29:30 +00:00
Timeline.js fix Timeline#destroy 2018-04-10 14:19:51 +02:00
TweenManager.js Scene plugin flow overhaul 2018-04-13 17:12:17 +01:00