phaser/build
photonstorm 54b71ddc23 Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure.
Input and Pointer now use the new ArrayList instead of a LinkedList, which resolve list item removable during callback issues.
Input.reset no longer resets every interactive item it knows of, because they are removed during the destroy phase and can now persist between States if needed.
2014-04-25 15:11:54 +01:00
..
custom New build files for the weekend :) 2014-04-17 14:59:04 +01:00
config.php Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure. 2014-04-25 15:11:54 +01:00
phaser.d.ts Updated the Device little / big endianess check. 2014-04-23 23:35:36 +01:00
phaser.js New build files for the weekend :) 2014-04-17 14:59:04 +01:00
phaser.map New build files for the weekend :) 2014-04-17 14:59:04 +01:00
phaser.min.js New build files for the weekend :) 2014-04-17 14:59:04 +01:00