phaser/src/core
2016-04-06 00:18:01 +01:00
..
Camera.js Camera.position would return the view rectangles centerX/Y coordinates, instead of view.x/y (which is what Camera.x/y returns), so it has been updated to return view.x/y instead (thanks @kamparR #2120) 2016-04-06 00:18:01 +01:00
Create.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Filter.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
FlexGrid.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
FlexLayer.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Game.js Game.forceSingleUpdate is now true by default. 2016-04-05 23:40:15 +01:00
Group.js Group.getByName searches the Group for the first instance of a child with the name property matching the given argument. Should more than one child have the same name only the first instance is returned. 2016-04-05 23:59:05 +01:00
Plugin.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
PluginManager.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
ScaleManager.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Signal.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
SignalBinding.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Stage.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
State.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
StateManager.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
World.js Added jsdocs warning re: #2045 2016-04-05 23:28:02 +01:00