diff gamelib/cursors.py @ 272:cade64404997

Use (wrecking) ball for smashing down trees.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 14:12:29 +0000
parents d564ae258471
children 71f5897ac5ef
line wrap: on
line diff
--- a/gamelib/cursors.py	Sat Sep 05 14:11:02 2009 +0000
+++ b/gamelib/cursors.py	Sat Sep 05 14:12:29 2009 +0000
@@ -8,6 +8,7 @@
 cursors = {
         'arrow' : pygame.cursors.arrow,
         'select' : pygame.cursors.broken_x,
+        'ball': pygame.cursors.ball,
         }
 
 for tag, filename in [