diff gamelib/constants.py @ 447:f04a2490c35f

The sub-toolbar rewrite, the finally not crashing version
author Neil Muller <drnlmuller@gmail.com>
date Sat, 21 Nov 2009 19:58:49 +0000
parents 16437cf4a2b8
children 45e03793d41e
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Nov 21 19:33:12 2009 +0000
+++ b/gamelib/constants.py	Sat Nov 21 19:58:49 2009 +0000
@@ -44,13 +44,16 @@
 
 # Toolbar constants
 
-TOOL_SELL_CHICKEN = 1
-TOOL_SELL_EGG = 2
-TOOL_SELL_BUILDING = 3
-TOOL_REPAIR_BUILDING = 4
-TOOL_PLACE_ANIMALS = 5
-TOOL_LOGGING = 6
-TOOL_SELL_EQUIPMENT = 7
+TOOL_SELECT_CHICKENS = 1
+TOOL_SELL_CHICKEN = 2
+TOOL_SELL_EGG = 3
+TOOL_SELL_BUILDING = 4
+TOOL_REPAIR_BUILDING = 5
+TOOL_PLACE_ANIMALS = 6
+TOOL_LOGGING = 7
+TOOL_SELL_EQUIPMENT = 8
+TOOL_BUY_BUILDING = 9
+TOOL_BUY_EQUIPMENT = 10
 
 NIGHT_LENGTH = 150