RSamaium/CanvasEngine

Tiled importer for rectangular textures

Closed this issue · 1 comments

Tiled.js line 58:

self.tile_w = data.tileheight;
self.tile_h = data.tilewidth;

I
V

self.tile_h = data.tileheight;
self.tile_w = data.tilewidth;

Hello,

Ok, It's fixed in v1.0.7 (a57d68d#L10L58)