Batzi Posted October 15, 2015 Share Posted October 15, 2015 Hey guys! This is my first time using the isometric plugin. I downloaded and added the plugin in the project directory but whenever I attempt to add it in the preload() function I get this error Uncaught TypeError: Phaser.Plugin.Isometric is not a function and the code ispreload(){ this.game.load.image('tile','../assets/tile.png'); this.game.plugins.add(new Phaser.Plugin.Isometric(this.game));}Anyone here managed to get the plugin work and what do you think the problem is with my code? Am I missing something? It is as if the phaser.plugin.isometric.d.ts is not linked to the project. Link to comment Share on other sites More sharing options...
Batzi Posted October 15, 2015 Author Share Posted October 15, 2015 Looks like it wasn't linked. I'm going to try and let you know if the problem was fixed. EDIT: So yes, it was not properly linked. Works now. Link to comment Share on other sites More sharing options...
Recommended Posts