phaser/src/boot
2018-10-10 10:46:47 +01:00
..
Config.js You can now set the maxLights value in the Game Config, which controls the total number of lights the Light2D shader can render in a single pass. The default is 10. Be careful about pushing this too far. More lights = less performance. Close #4081 2018-10-02 11:09:58 +01:00
CreateDOMContainer.js Fixed style join 2018-07-19 16:22:51 +01:00
CreateRenderer.js Canvas now uses game config resolution 2018-07-17 22:43:52 +01:00
DebugHeader.js Display use of FB plugin 2018-09-20 14:14:09 +01:00
Game.js Shorter error 2018-10-10 10:46:47 +01:00
index.js Moved PluginManager and merged configs into single root file for easier changing. 2018-02-12 23:03:48 +00:00
TimeStep.js Replace @readOnly with @readonly 2018-10-09 13:40:00 +01:00
VisibilityHandler.js Added Game.isOver and mouseover and mouseout events. 2018-06-11 12:32:25 +01:00