phaser/src/scene
2019-03-07 12:31:06 +00:00
..
events Bumping to 3.17.0 2019-03-07 12:31:06 +00:00
typedefs More typedefs 2019-02-13 15:38:50 +00:00
const.js Happy New Year 2019-01-15 16:20:22 +00:00
GetPhysicsPlugins.js Happy New Year 2019-01-15 16:20:22 +00:00
GetScenePlugins.js Happy New Year 2019-01-15 16:20:22 +00:00
index.js Adding the Scene Events. 2019-01-17 19:51:18 +00:00
InjectionMap.js Happy New Year 2019-01-15 16:20:22 +00:00
Scene.js Added jsdoc blocks 2019-02-24 23:36:56 +00:00
SceneManager.js A Scene will now emit the new CREATE event after it has been created by the Scene Manager. If the Scene has a create method this event comes after that, so is useful to knowing when a Scene may have finished creating Game Objects, etc. 2019-02-26 11:00:20 +00:00
ScenePlugin.js The return from the ScenePlugin.add method has changed. Previously, it would return the ScenePlugin, but now it returns a reference to the Scene that was added to the Scene Manager, keeping it in-line with all other add methods in the API. Fix #4359 2019-02-25 17:12:00 +00:00
Settings.js More typedefs 2019-02-13 15:38:50 +00:00
Systems.js More typedefs 2019-02-13 15:38:50 +00:00