Star Struck game back and working again, plus finished the level design.

This commit is contained in:
photonstorm
2013-10-16 03:37:15 +01:00
parent a97f271de7
commit 31018b9295
8 changed files with 120 additions and 164 deletions
-2
View File
@@ -21,8 +21,6 @@ Phaser.Tilemap = function (game, key) {
this.layers = [];
}
console.log(this.layers);
this.currentLayer = 0;
this.debugMap = [];