phaser/src/boot
2018-03-15 19:55:52 -03:00
..
Config.js Context Creationg Config attributes are default to Khronos spec for webgl context creation 2018-03-15 19:55:52 -03:00
CreateRenderer.js The Headless render mode has been implemented. You can now set HEADLESS as the renderType in the Game Config and it will run a special game step that skips rendering. It will still create a Canvas element, as lots of internal systems (like input) rely on it, but it will not draw anything to it. Fix #3256 2018-02-28 21:57:32 +00:00
DebugHeader.js The Headless render mode has been implemented. You can now set HEADLESS as the renderType in the Game Config and it will run a special game step that skips rendering. It will still create a Canvas element, as lots of internal systems (like input) rely on it, but it will not draw anything to it. Fix #3256 2018-02-28 21:57:32 +00:00
Game.js Removed a few blank lines along the way. 2018-03-05 13:15:16 -03:00
index.js Moved PluginManager and merged configs into single root file for easier changing. 2018-02-12 23:03:48 +00:00
PluginManager.js jsdoc fixes 2018-02-22 01:07:30 +00:00
TimeStep.js Added jsdocs 2018-02-12 16:01:21 +00:00
VisibilityHandler.js Added jsdocs 2018-02-12 16:01:21 +00:00