phaser/src/structs
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
..
index.js Added jsdocs 2018-02-12 16:01:21 +00:00
List.js Scene plugin flow overhaul 2018-04-13 17:12:17 +01:00
Map.js Remove generic on type 2018-04-03 16:24:48 +02:00
ProcessQueue.js jsdoc generics fix 2018-03-30 14:43:58 +02:00
RTree.js somebody forgot their ;s 2018-04-10 23:49:46 -07:00
Set.js jsdoc generics fix 2018-03-30 14:43:58 +02:00