Tiled importer for rectangular textures
Closed this issue · 1 comments
juliendeville commented
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;
RSamaium commented
Hello,
Ok, It's fixed in v1.0.7 (a57d68d#L10L58)