From: pin Date: Tue, 18 May 2010 14:12:12 +0000 (+0000) Subject: curseur troué au milieu. X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/commitdiff_plain/da27397af045e89d82771d70851ec7cc9d158f70 curseur troué au milieu. git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@169 fe552daf-6dbe-4428-90eb-1537e0879342 --- diff --git a/src/app/widgets/cursors.py b/src/app/widgets/cursors.py index c8df104..fa1f673 100755 --- a/src/app/widgets/cursors.py +++ b/src/app/widgets/cursors.py @@ -28,7 +28,7 @@ class WarpingCursor(pygame.sprite.DirtySprite, EventHandlerMixin): return basePath, images - def __init__(self, theme='black', duration=50, blinkMode=True): + def __init__(self, theme='black-perforated', duration=100, blinkMode=True): pygame.sprite.DirtySprite.__init__(self) imagesPath, images = WarpingCursor._get_theme_images(theme) flashImage = images.pop(images.index('flash.png')) diff --git a/src/app/widgets/data/cursor/black-perforated/0.png b/src/app/widgets/data/cursor/black-perforated/0.png new file mode 100644 index 0000000..ec6386a Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/0.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/1.png b/src/app/widgets/data/cursor/black-perforated/1.png new file mode 100644 index 0000000..503dccd Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/1.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/10.png b/src/app/widgets/data/cursor/black-perforated/10.png new file mode 100644 index 0000000..dee9d48 Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/10.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/2.png b/src/app/widgets/data/cursor/black-perforated/2.png new file mode 100644 index 0000000..74b4ccc Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/2.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/3.png b/src/app/widgets/data/cursor/black-perforated/3.png new file mode 100644 index 0000000..b9a2850 Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/3.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/4.png b/src/app/widgets/data/cursor/black-perforated/4.png new file mode 100644 index 0000000..f899f6f Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/4.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/5.png b/src/app/widgets/data/cursor/black-perforated/5.png new file mode 100644 index 0000000..127b811 Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/5.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/6.png b/src/app/widgets/data/cursor/black-perforated/6.png new file mode 100644 index 0000000..f696926 Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/6.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/7.png b/src/app/widgets/data/cursor/black-perforated/7.png new file mode 100644 index 0000000..59857db Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/7.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/8.png b/src/app/widgets/data/cursor/black-perforated/8.png new file mode 100644 index 0000000..3c0d10f Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/8.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/9.png b/src/app/widgets/data/cursor/black-perforated/9.png new file mode 100644 index 0000000..6692288 Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/9.png differ diff --git a/src/app/widgets/data/cursor/black-perforated/cursor.psd b/src/app/widgets/data/cursor/black-perforated/cursor.psd new file mode 100644 index 0000000..ee579d1 Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/cursor.psd differ diff --git a/src/app/widgets/data/cursor/black-perforated/flash.png b/src/app/widgets/data/cursor/black-perforated/flash.png new file mode 100644 index 0000000..f7dce17 Binary files /dev/null and b/src/app/widgets/data/cursor/black-perforated/flash.png differ