comparison 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
comparison
equal deleted inserted replaced
446:0c523d384681 447:f04a2490c35f
42 LOGGING_PRICE = 50 42 LOGGING_PRICE = 50
43 WOODLAND_CONCEALMENT = 10 43 WOODLAND_CONCEALMENT = 10
44 44
45 # Toolbar constants 45 # Toolbar constants
46 46
47 TOOL_SELL_CHICKEN = 1 47 TOOL_SELECT_CHICKENS = 1
48 TOOL_SELL_EGG = 2 48 TOOL_SELL_CHICKEN = 2
49 TOOL_SELL_BUILDING = 3 49 TOOL_SELL_EGG = 3
50 TOOL_REPAIR_BUILDING = 4 50 TOOL_SELL_BUILDING = 4
51 TOOL_PLACE_ANIMALS = 5 51 TOOL_REPAIR_BUILDING = 5
52 TOOL_LOGGING = 6 52 TOOL_PLACE_ANIMALS = 6
53 TOOL_SELL_EQUIPMENT = 7 53 TOOL_LOGGING = 7
54 TOOL_SELL_EQUIPMENT = 8
55 TOOL_BUY_BUILDING = 9
56 TOOL_BUY_EQUIPMENT = 10
54 57
55 NIGHT_LENGTH = 150 58 NIGHT_LENGTH = 150
56 59
57 TILE_DIMENSIONS = (20, 20) 60 TILE_DIMENSIONS = (20, 20)
58 TOOLBAR_WIDTH = 140 61 TOOLBAR_WIDTH = 140