comparison gamelib/constants.py @ 569:3ec614e6fd4a

Replace monolithic sell equipment tool with a tool for each type of equipment.
author Simon Cross <hodgestar@gmail.com>
date Sat, 28 Nov 2009 19:59:46 +0000
parents a8dde729000a
children
comparison
equal deleted inserted replaced
568:e813365af567 569:3ec614e6fd4a
54 TOOL_SELL_EGG = 3 54 TOOL_SELL_EGG = 3
55 TOOL_SELL_BUILDING = 4 55 TOOL_SELL_BUILDING = 4
56 TOOL_REPAIR_BUILDING = 5 56 TOOL_REPAIR_BUILDING = 5
57 TOOL_PLACE_ANIMALS = 6 57 TOOL_PLACE_ANIMALS = 6
58 TOOL_LOGGING = 7 58 TOOL_LOGGING = 7
59 TOOL_SELL_EQUIPMENT = 8
60 TOOL_BUY_BUILDING = 9
61 TOOL_BUY_EQUIPMENT = 10
62 59
63 NIGHT_LENGTH = 150 60 NIGHT_LENGTH = 150
64 61
65 TILE_DIMENSIONS = (20, 20) 62 TILE_DIMENSIONS = (20, 20)
66 TOOLBAR_WIDTH = 140 63 TOOLBAR_WIDTH = 140