phaser/src/scene
2020-10-27 13:42:45 +00:00
..
events Expose the new events 2020-08-24 19:13:18 +01:00
typedefs Merge pull request #5048 from samme/docs/PackFileSection 2020-04-27 12:16:34 +01:00
const.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetPhysicsPlugins.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetScenePlugins.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Final set of namespace changes. Fix #5062 2020-09-01 20:28:42 +01:00
InjectionMap.js You can now use this.renderer from within a Scene, as it's now a Scene-level property and part of the Injection Map. 2020-08-22 10:33:46 +01:00
Scene.js Phaser.Scene.renderer is a new property available in every Phaser.Scene that gives you a reference to the renderer, either Canvas or WebGL. 2020-10-27 13:42:45 +00:00
SceneManager.js SceneManager.start will now reset the SceneSystems.sceneUpdate reference to NOOP. This gets set back to the Scene update method again during bootScene (if it has one) and stops errors with external plugins and multi-part files that may trigger update before create has been called. Fix #4629 2020-10-16 16:39:30 +01:00
ScenePlugin.js #5078 2020-04-08 20:20:01 +02:00
Settings.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Systems.js Refactored to use local vars 2020-09-11 16:27:21 +01:00