lewster32 / phaser-plugin-isometric

Feature-packed axonometric plugin for Phaser 2 which stays true to the Phaser API.
http://rotates.org/phaser/iso
MIT License
472 stars 165 forks source link

typings may be off #49

Open quantumJLBass opened 7 years ago

quantumJLBass commented 7 years ago

At phaser.plugin.isometric.d.ts#L324 it is listed as a single argument, but at, phaser-plugin-isometric.js#L3767 it is two.

While trying to get up examples in Visual Studio 2015 v.3, it screams about this while trying to use

this.physics.isoArcade.intersects( this.currentPlayer.sprite.body, this.currentPlayer.sprite['target'].body )

But that is there to use. I figure I am either not using this as intended or the typing may be off?