phaser/src/utils
photonstorm ec687868de Input.setMoveCallback has been removed due to deprecation.
BitmapData.refreshBuffer has been removed and replaced with BitmapData.update.
BitmapData.drawSprite has been removed due to deprecation. Use BitmapData.draw instead.
Pointer.moveCallback has been removed due to deprecation.
SinglePad.addButton has been removed due to deprecation.
P2.Body.loadData has been removed due to deprecation.
P2.World.defaultFriction and defaultRestitution have been removed due to deprecation.
Canvas.create noCocoon parameter has been removed due to deprecation.
Color.getColorInfo, RGBtoHexstring, RGBtoWebstring and colorToHexstring has been removed due to deprecation.
2014-08-28 03:40:59 +01:00
..
Color.js Input.setMoveCallback has been removed due to deprecation. 2014-08-28 03:40:59 +01:00
Debug.js Debug.cameraInfo no longer crashes if the camera bounds are nulled (thanks @wayfu #1143) 2014-08-28 02:13:51 +01:00
Utils.js Group.checkAll allows you to check if the same property exists across all children of the Group and is set to the given value (thanks @codevinsky #1013) 2014-07-18 11:52:39 +01:00