comparison gamelib/constants.py @ 433:8643893635e7

Seperate toolbar and gameboard
author Neil Muller <drnlmuller@gmail.com>
date Sat, 21 Nov 2009 16:59:49 +0000
parents a356e57529ea
children 16437cf4a2b8
comparison
equal deleted inserted replaced
432:d630465d7a84 433:8643893635e7
51 TOOL_LOGGING = 6 51 TOOL_LOGGING = 6
52 TOOL_SELL_EQUIPMENT = 7 52 TOOL_SELL_EQUIPMENT = 7
53 53
54 NIGHT_LENGTH = 150 54 NIGHT_LENGTH = 150
55 55
56 56 TILE_DIMENSIONS = (20, 20)
57 TOOLBAR_WIDTH = 140