I'm guessing you're using the tiled background object for your tiles. If you use those for individual tiles, you'll always get lines between them on linear sampling, so it's best to use sprites for that purpose. Also, you should only use power of 2 textures with the tiled background object, eg: 32x32, 64x64, 128x128, etc...