Cleaned logs. Updated Typescript definitions file.

Built after deleting logs

Updated .d.ts file with more definitions

Added more definitions to .d.ts file
This commit is contained in:
edgarjcfn
2014-10-14 00:25:28 +02:00
parent 97e28ac92f
commit e66a1140a4
3 changed files with 37 additions and 6 deletions
-2
View File
@@ -966,8 +966,6 @@ Phaser.GameObjectFactory.prototype.isoSprite = function (x, y, z, key, frame, gr
};
Phaser.Plugin.Isometric.prototype.addIsoSprite = function (x, y, z, key, frame, group) {
console.log("game", this.game);
console.log("factory", this.game.add);
return Phaser.GameObjectFactory.prototype.isoSprite.call(this.game.add, x, y, z, key, frame, group);
};