//Otherwise it might be a shape, which we don't support yet.
std::cout<<"Warning: LoadTMXFile: Object is not a tile object. \""<<object->GetName()<<"\" will not be used because shapes aren't supported."<<std::endl;
}
}
}
//Create any image layers. These are background images, not objects.