init.
[minwii.git] / src / app / widgets / cursors.py
index 2cbe4cc..6729fc9 100755 (executable)
@@ -50,6 +50,8 @@ class WarpingCursor(pygame.sprite.Sprite):
         for img in images :
             imagePath = os.path.sep.join([imagesPath, img])
             self.images = pygame.image.load(imagePath).convert_alpha()
+        
+        self.duration = duration
             
         #self.flashImagePath = flashImage
         #self.durations = durations