Array<AtlasRegion> regions = atlas.getRegions();
Log.info("Amount of images to bind: "+regions.size);
GDXImageCatalog newImage;
for (AtlasRegion ar : regions) {
newImage = new GDXImageCatalog(ar, pathToGenericImages);
GDXImageCatalog.images.add(newImage);
newImage.tags.add("generic");
}