diff gamelib/cursors.py @ 378:71f5897ac5ef

Fences are now buildings, with appropriate (but ugly) UI changes.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 24 Oct 2009 19:08:54 +0000
parents cade64404997
children
line wrap: on
line diff
--- a/gamelib/cursors.py	Tue Oct 13 20:35:05 2009 +0000
+++ b/gamelib/cursors.py	Sat Oct 24 19:08:54 2009 +0000
@@ -14,6 +14,7 @@
 for tag, filename in [
         ('chicken', 'cursors/chkn.xbm'),
         ('sell', 'cursors/sell_cursor.xbm'),
+        ('repair', 'cursors/repair_cursor.xbm'),
         ]:
     path = data.filepath(filename)
     # pygame 1.8 needs the file twice to do the right thing