From 46e3b6be9bc0e13866d44cca212b8ef94899c64d Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 19 Feb 2010 17:45:41 +0000 Subject: [PATCH] init. git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@48 fe552daf-6dbe-4428-90eb-1537e0879342 --- src/app/widgets/cursors.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1