diff gamelib/constants.py @ 60:e2631c8e2cd6

Implement guard towers (with temporary sprite PNG).
author Simon Cross <hodgestar@gmail.com>
date Mon, 31 Aug 2009 19:10:31 +0000
parents 3a409e058608
children 99fbb652ce8d
line wrap: on
line diff
--- a/gamelib/constants.py	Mon Aug 31 19:04:00 2009 +0000
+++ b/gamelib/constants.py	Mon Aug 31 19:10:31 2009 +0000
@@ -23,8 +23,10 @@
 SELL_PRICE_CHICKEN = 10
 BUY_PRICE_FENCE = 50
 BUY_PRICE_HENHOUSE = 100
+BUY_PRICE_GUARDTOWER = 200
 
 TOOL_SELL_CHICKEN = 1
 TOOL_SELL_EGG = 2
 TOOL_BUY_FENCE = 3
 TOOL_BUY_HENHOUSE = 4
+TOOL_BUY_GUARDTOWER = 5