comparison 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
comparison
equal deleted inserted replaced
59:efbaedd0fdfe 60:e2631c8e2cd6
21 21
22 STARTING_CASH = 1000 22 STARTING_CASH = 1000
23 SELL_PRICE_CHICKEN = 10 23 SELL_PRICE_CHICKEN = 10
24 BUY_PRICE_FENCE = 50 24 BUY_PRICE_FENCE = 50
25 BUY_PRICE_HENHOUSE = 100 25 BUY_PRICE_HENHOUSE = 100
26 BUY_PRICE_GUARDTOWER = 200
26 27
27 TOOL_SELL_CHICKEN = 1 28 TOOL_SELL_CHICKEN = 1
28 TOOL_SELL_EGG = 2 29 TOOL_SELL_EGG = 2
29 TOOL_BUY_FENCE = 3 30 TOOL_BUY_FENCE = 3
30 TOOL_BUY_HENHOUSE = 4 31 TOOL_BUY_HENHOUSE = 4
32 TOOL_BUY_GUARDTOWER = 5