mirror of
https://github.com/wassname/phaser-plugin-isometric.git
synced 2026-09-11 12:31:31 +08:00
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:
Vendored
-2
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user