Hi
i'm trying to work on the isometric tutorial, but when i run this line
this.load = function()
{
wade.loadImage('images/grass0.png');
wade.iso.init({numTiles: {x: 5, z: 5}});
};
I get this.
- Uncaught TypeError: Cannot call method 'init' of undefined VM52:6
- loadVM52:6
- Wade.instanceAppwade_1.0.3.js:189
- (anonymous function)wade_1.0.3.js:21
- c.fireWithjquery-2.0.3.js:3025
- (anonymous function)
-
-
which means that wade does not load the isometric plugin.
please help