phaser/src/utils
2016-10-25 03:57:34 +01:00
..
ArraySet.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
ArrayUtils.js Phaser.ArrayUtils.numberArray now has optional prefix and suffix arguments, allowing you to do: numberArray(1, 4, 'Level ') and the Array will contain ["Level 1", "Level 2", "Level 3", "Level 4"]. 2016-10-11 17:42:58 +01:00
Canvas.js PIXI.CanvasPool has been moved into the Phaser utils folder, and renamed to Phaser.CanvasPool. All references to PIXI.CanvasPool have been updated to match the new namespace. 2016-09-28 12:53:04 +01:00
CanvasPool.js Docs fix. 2016-09-28 13:39:05 +01:00
Color.js Finished off missing factories. Moved over the docs. Changed rogue @returns to @return everywhere. 2016-10-08 16:17:46 +01:00
Debug.js PIXI.CanvasPool has been moved into the Phaser utils folder, and renamed to Phaser.CanvasPool. All references to PIXI.CanvasPool have been updated to match the new namespace. 2016-09-28 12:53:04 +01:00
Device.js Fixed rotation! and setting Canvas tint modes. 2016-10-07 03:08:51 +01:00
DOM.js The src/system folder has been removed and all files relocated to the src/utils folder. This doesn't change anything from an API point of view, but did change the grunt build scripts slightly. 2016-07-11 22:38:09 +01:00
EarCut.js Ignore EarCut from jshint. Too many errors. 2016-09-28 15:40:30 +01:00
LinkedList.js Large batch of jshint fixes. 2016-08-25 13:03:41 +01:00
RequestAnimationFrame.js Blend Modes work. More optimisations in the batch manager. 2016-10-25 03:57:34 +01:00
Utils.js Phaser.Utils.pad now calls toString on the input given, which means you can pass in common data typs such as numbers and have them padded and returned as strings. 2016-06-29 00:04:22 +01:00