phaser/src/tilemap
2015-09-13 12:15:02 -03:00
..
ImageCollection.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Tile.js Copyright date change. 2015-02-25 03:36:23 +00:00
Tilemap.js Tilemap.shuffle was calling the deprecated Phaser.Utils.shuffle, which has now moved to Phaser.ArrayUtils.shuffle. 2015-08-24 12:02:43 +01:00
TilemapLayer.js Merging in the CanvasPool changes to the core. 2015-08-03 14:46:55 +01:00
TilemapParser.js Fixed variable naming style 2015-09-13 12:15:02 -03:00
Tileset.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00