phaser/src/boot
2018-11-28 13:09:48 +00:00
..
Config.js Added InputSmoothFactor config property. 2018-11-19 15:30:21 +00:00
CreateDOMContainer.js Fixed style join 2018-07-19 16:22:51 +01:00
CreateRenderer.js There is a new boolean Game Config property called customEnvironment. If set to true it will skip the internal Feature checks when working out which type of renderer to create, allowing you to run Phaser under non-native web environments. If using this value, you _must_ set an explicit renderType of either CANVAS or WEBGL. It cannot be left as AUTO. Fix #4166 2018-11-16 10:46:30 +00:00
DebugHeader.js Display use of FB plugin 2018-09-20 14:14:09 +01:00
Game.js Removed Game.isOver property 2018-11-28 13:09:48 +00: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 Fixed issue with seamless delta reset and moved frame increment to below callback 2018-11-23 16:19:44 +00:00
VisibilityHandler.js Added Game.isOver and mouseover and mouseout events. 2018-06-11 12:32:25 +01:00