comparison 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
comparison
equal deleted inserted replaced
271:c6cd51ab46ab 272:cade64404997
6 6
7 7
8 cursors = { 8 cursors = {
9 'arrow' : pygame.cursors.arrow, 9 'arrow' : pygame.cursors.arrow,
10 'select' : pygame.cursors.broken_x, 10 'select' : pygame.cursors.broken_x,
11 'ball': pygame.cursors.ball,
11 } 12 }
12 13
13 for tag, filename in [ 14 for tag, filename in [
14 ('chicken', 'cursors/chkn.xbm'), 15 ('chicken', 'cursors/chkn.xbm'),
15 ('sell', 'cursors/sell_cursor.xbm'), 16 ('sell', 'cursors/sell_cursor.xbm'),