Tileset working, map coming next.

This commit is contained in:
photonstorm
2013-10-11 06:30:28 +01:00
parent b868c2cb1b
commit cf414394c3
12 changed files with 7427 additions and 71 deletions
+3 -1
View File
@@ -109,7 +109,9 @@ Phaser.Tile.prototype = {
* @method destroy
*/
destroy: function () {
this.tilemap = null;
this.tileset = null;
},
/**