diff 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
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Nov 21 16:54:05 2009 +0000
+++ b/gamelib/constants.py	Sat Nov 21 16:59:49 2009 +0000
@@ -53,4 +53,5 @@
 
 NIGHT_LENGTH = 150
 
-
+TILE_DIMENSIONS = (20, 20)
+TOOLBAR_WIDTH = 140