phaser/src/plugins
2019-02-28 12:24:41 +00:00
..
typedefs Matter and Snapshot typedefs 2019-02-13 15:22:29 +00:00
BasePlugin.js Happy New Year 2019-01-15 16:20:22 +00:00
DefaultPlugins.js Happy New Year 2019-01-15 16:20:22 +00:00
index.js Happy New Year 2019-01-15 16:20:22 +00:00
PluginCache.js Matter and Snapshot typedefs 2019-02-13 15:22:29 +00:00
PluginManager.js The PluginManager.installScenePlugin method has a new optional boolean parameter fromLoader which controls if the plugin is coming in from the result of a Loader operation or not. If it is, it no longer throws a console warning if the plugin already exists. This fixes an issue where if you return to a Scene that loads a Scene Plugin it would throw a warning and then not install the plugin to the Scene. 2019-02-28 12:24:41 +00:00
ScenePlugin.js All listeners use the new Events 2019-01-18 13:41:43 +00:00