Import size limit?

in Questions
I have a spritesheet that is 12 by 4 tiles, but when I want to import it I can only import a 11 by 3 section...! Is there anyway I can import the whole thing?
Comments
That shouldn't happen, are you sure you're importing the file correctly?
Assuming you import the spritesheet as a "tiled image", you simply set the tilewidth and tileheight to what a tile should be.
So for example if you import a 768x256 image which divided by 64 would give 12x4 tiles then you simply type in tilewidth: 64, tileheight: 64.
https://imgur.com/Ykpa6qY
Here is the original image if you need it:
https://imgur.com/a/w5drB
You'll have to upscale or change it so it matches the dimensions of: 396x132 to make the importer work properly.