phaser/src/core
2015-02-11 13:47:58 +00:00
..
Camera.js Correct comments 2015-01-27 13:46:18 +01:00
Filter.js Documentation - consistency updates 2014-11-30 04:03:35 -08:00
FlexGrid.js JSDoc fixes. 2015-02-05 05:13:22 +00:00
FlexLayer.js jsdoc fixes. 2014-11-25 00:24:28 +00:00
Game.js If for whatever reason you wish to hide the Phaser banner in the console.log you can set window.PhaserGlobal.hideBanner to true and it will skip the output. Honestly I'd rather if you didn't, but the option is now there. 2015-02-09 20:10:51 +00:00
Group.js Typo. 2015-01-18 12:24:00 +00:00
Plugin.js Documentation - consistency updates 2014-11-30 04:03:35 -08:00
PluginManager.js Documentation - consistency updates 2014-11-30 04:03:35 -08:00
ScaleManager.js JSdocs update (fix #1520) 2015-02-11 13:47:58 +00:00
Signal.js Documentation - Signal 2014-11-30 15:56:20 -08:00
SignalBinding.js Documentation - consistency updates 2014-11-30 04:03:35 -08:00
Stage.js Correct comment Phaser.Stage 2015-01-27 14:05:47 +01:00
State.js Added init to State template class. 2014-12-17 13:07:19 +00:00
StateManager.js The Loader now directly calls StateManager.loadComplete rather than the StateManager listening for the loadComplete event, because Loader.reset unbinds this event (and it's easy to accidentally remove it too) 2015-02-10 17:04:04 +00:00
World.js World.setBounds will now adjust the World.x/y values to match those given (#1555) 2015-02-10 21:40:53 +00:00