phaser/src/plugins
Richard Davey 4ec30b8db8 Recoded the Data component
Added is back in as DataManager, which Game Objects can have an instance of. Plus exposed as DataManagerPlugin available to Scenes. Removed callback based system and implemented events and fixed the destroy method.
2018-01-30 00:55:27 +00:00
..
CoreScenePlugins.js Removed un-needed files and moved plugins around. 2018-01-26 05:21:45 +00:00
DefaultScenePlugins.js Recoded the Data component 2018-01-30 00:55:27 +00:00
GlobalPlugins.js Removed un-needed files and moved plugins around. 2018-01-26 05:21:45 +00:00
PluginManager.js Scene.Systems keeps track of it's booted, so plugins know how to respond to the boot event (or not). You can now also load a plugin into a Scene at runtime. 2018-01-18 13:59:37 +00:00