phaser/src/core
2015-04-15 01:37:18 +01:00
..
Camera.js Copyright date change. 2015-02-25 03:36:23 +00:00
Filter.js Copyright date change. 2015-02-25 03:36:23 +00:00
FlexGrid.js Copyright date change. 2015-02-25 03:36:23 +00:00
FlexLayer.js Copyright date change. 2015-02-25 03:36:23 +00:00
Game.js Phaser 2.3.0. 2015-03-26 02:37:31 +00:00
Group.js Group.hash is an array (previously available as Group._hash, but protected) into which you can add any of its children via Group.addToHash and Group.removeFromHash. Only children of the Group can be added to and removed from the hash. The hash is used automatically by Arcade Physics in order to perform non z-index based destructive sorting. However if you don't use Arcade Physics, or it isn't a physics enabled Group, then you can use the hash to perform your own sorting and filtering of Group children without touching their z-index (and therefore display draw order). 2015-04-13 16:30:02 +01:00
Plugin.js Copyright date change. 2015-02-25 03:36:23 +00:00
PluginManager.js Copyright date change. 2015-02-25 03:36:23 +00:00
ScaleManager.js Copyright date change. 2015-02-25 03:36:23 +00:00
Signal.js Copyright date change. 2015-02-25 03:36:23 +00:00
SignalBinding.js Copyright date change. 2015-02-25 03:36:23 +00:00
Stage.js Copyright date change. 2015-02-25 03:36:23 +00:00
State.js Added the missing preRender function to the Phaser.State class template. 2015-04-15 01:37:18 +01:00
StateManager.js Phaser.StateManager no longer calls preRender unless the State create method has finished. If the State doesn't have a create method then preRender runs immediately. 2015-04-15 01:36:50 +01:00
World.js Copyright date change. 2015-02-25 03:36:23 +00:00