diff gamelib/cursors.py @ 256:bca2f4396de8

removed unused cursors / generated sprites
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 05 Sep 2009 12:51:20 +0000
parents fa57868123d7
children d564ae258471
line wrap: on
line diff
--- a/gamelib/cursors.py	Sat Sep 05 12:44:56 2009 +0000
+++ b/gamelib/cursors.py	Sat Sep 05 12:51:20 2009 +0000
@@ -12,8 +12,6 @@
 
 for tag, filename in [
         ('chicken', 'cursors/chkn.xbm'),
-        ('rifle', 'cursors/equip_rifle.xbm'),
-        ('knife', 'cursors/equip_knife.xbm'),
         ]:
     path = data.filepath(filename)
     # pygame 1.8 needs the file twice to do the right thing