diff gamelib/cursors.py @ 258:d564ae258471

Add sell xbm cursor.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 13:11:55 +0000
parents bca2f4396de8
children cade64404997
line wrap: on
line diff
--- a/gamelib/cursors.py	Sat Sep 05 13:00:09 2009 +0000
+++ b/gamelib/cursors.py	Sat Sep 05 13:11:55 2009 +0000
@@ -12,6 +12,7 @@
 
 for tag, filename in [
         ('chicken', 'cursors/chkn.xbm'),
+        ('sell', 'cursors/sell_cursor.xbm'),
         ]:
     path = data.filepath(filename)
     # pygame 1.8 needs the file twice to do the right thing