for img in images :
imagePath = os.path.sep.join([imagesPath, img])
self.images = pygame.image.load(imagePath).convert_alpha()
for img in images :
imagePath = os.path.sep.join([imagesPath, img])
self.images = pygame.image.load(imagePath).convert_alpha()