projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
init.
[minwii.git]
/
src
/
app
/
widgets
/
cursors.py
diff --git
a/src/app/widgets/cursors.py
b/src/app/widgets/cursors.py
index
2cbe4cc
..
6729fc9
100755
(executable)
--- 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