X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/d8d786898468fe6b6065a626070593cc162f5171..46e3b6be9bc0e13866d44cca212b8ef94899c64d:/src/app/widgets/cursors.py diff --git a/src/app/widgets/cursors.py b/src/app/widgets/cursors.py index 2cbe4cc..6729fc9 100755 --- a/src/app/widgets/cursors.py +++ b/src/app/widgets/cursors.py @@ -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