diff gamelib/constants.py @ 428:a356e57529ea

buildings cost wood
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 21 Nov 2009 16:21:38 +0000
parents 532f1ea476ff
children 8643893635e7
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Nov 21 16:17:48 2009 +0000
+++ b/gamelib/constants.py	Sat Nov 21 16:21:38 2009 +0000
@@ -28,6 +28,7 @@
 # Default values that can be overridden by the levels
 
 DEFAULT_STARTING_CASH = 1000
+DEFAULT_STARTING_WOOD = 0
 DEFAULT_SELL_PRICE_CHICKEN = 10
 DEFAULT_SELL_PRICE_EGG = 5
 DEFAULT_SELL_PRICE_DEAD_FOX = 15