comparison gamelib/gameboard.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 31f5033eac70
children 678be1afc307
comparison
equal deleted inserted replaced
271:c6cd51ab46ab 272:cade64404997
79 self.add_spacer(20) 79 self.add_spacer(20)
80 80
81 self.add_tool_button("Move Hen", constants.TOOL_PLACE_ANIMALS, 81 self.add_tool_button("Move Hen", constants.TOOL_PLACE_ANIMALS,
82 None, cursors.cursors['select']) 82 None, cursors.cursors['select'])
83 self.add_tool_button("Cut Trees", constants.TOOL_LOGGING, 83 self.add_tool_button("Cut Trees", constants.TOOL_LOGGING,
84 constants.LOGGING_PRICE) 84 constants.LOGGING_PRICE, cursors.cursors['ball'])
85 self.add_spacer(20) 85 self.add_spacer(20)
86 86
87 self.add_heading("Sell ...") 87 self.add_heading("Sell ...")
88 self.add_tool_button("Chicken", constants.TOOL_SELL_CHICKEN, 88 self.add_tool_button("Chicken", constants.TOOL_SELL_CHICKEN,
89 constants.SELL_PRICE_CHICKEN, cursors.cursors['sell']) 89 constants.SELL_PRICE_CHICKEN, cursors.cursors['sell'])